SqlServerSelectSqlGenerator Methods
The SqlServerSelectSqlGenerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
FormatOrderByTableFieldSql |
Formats the order by fragment. Used by derived classes to add case sensitivity and other SQL text to the order by Table.Field parameter.
|
|
FormatValueForSqlWhereItem |
Formats a value for a SQL WHERE clause. Override if this method is not compatible with your database platform.
|
|
GenerateWhereItemSqlFieldNameText |
Generates the where item SQL field name text for the inputted WhereItem object.
Override if this method is not compatible with your database platform.
|