DBHelper Constructor CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the DBHelper class.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public DBHelper()
Remarks

This sets up the required tokens (BlockCommentStartMark, BlockCommentEndMark, and EndOfLineCommentMark) with standard SQL defaults but you may change them via their property accessors.
See Also