SortClauseISortClauseSetCaseSensitiveCollation Method |
Sets the case sensitive collation flag and returns the sortclause instance for further command chaining
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax ISortClause ISortClause.SetCaseSensitiveCollation(
bool value
)
Private Function SetCaseSensitiveCollation (
value As Boolean
) As ISortClause Implements ISortClause.SetCaseSensitiveCollation
Parameters
- value
- Type: SystemBoolean
new value for teh CaseSensitiveCollation flag.
Return Value
Type:
ISortClausethis instance for command chaining
Implements
ISortClauseSetCaseSensitiveCollation(Boolean)See Also