Click or drag to resize
LLBLGenProDataSourceViewBaseProduceSortExpressionFromString Method (IEntityFields2, String)
Produces the sort expression from a string expression provided by ASP.NET

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected ISortExpression ProduceSortExpressionFromString(
	IEntityFields2 fields,
	string sortargument
)

Parameters

fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
The fields.
sortargument
Type: SystemString
The sortargument.

Return Value

Type: ISortExpression
See Also