Class Constants
Provides constant values for database adapters.
Inherited Members
Namespace: RentADeveloper.DbConnectionPlus.DatabaseAdapters
Assembly: RentADeveloper.DbConnectionPlus.dll
Syntax
public static class Constants
Fields
View SourceIndent
The string to use to indent parts of SQL statements.
Declaration
public const string Indent = " "
Field Value
| Type | Description |
|---|---|
| string |
SingleColumnTemporaryTableColumnName
The name to use for the single column of single column temporary tables.
Declaration
public const string SingleColumnTemporaryTableColumnName = "Value"
Field Value
| Type | Description |
|---|---|
| string |