Click or drag to resize

SortClauseProducersCaseInsensitive Method

Sets the CaseSensitiveCollation flag on the sort clause specified. This will apply the UPPER() function (or db specific equivalent) to the field in the ORDER BY clause.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static ISortClause CaseInsensitive(
	this ISortClause clause
)

Parameters

clause
Type: SD.LLBLGen.Pro.ORMSupportClassesISortClause
The clause.

Return Value

Type: ISortClause

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISortClause. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also