SortClauseSetCaseSensitiveCollation 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.9.0.0 (5.9.0)
Syntaxpublic SortClause SetCaseSensitiveCollation(
	bool value
)
Public Function SetCaseSensitiveCollation ( 
	value As Boolean
) As SortClause
Parameters
- value
 - Type: SystemBoolean
new value for teh CaseSensitiveCollation flag. 
Return Value
Type: 
SortClausethis instance for command chaining
See Also