LLBLGenProDataSourceViewBaseProduceSortExpressionFromString Method (IEntityFields, 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.1.0.0 (5.1.0)
Syntax protected ISortExpression ProduceSortExpressionFromString(
IEntityFields fields,
string sortargument
)
Protected Function ProduceSortExpressionFromString (
fields As IEntityFields,
sortargument As String
) As ISortExpression
Parameters
- fields
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields
The fields. - sortargument
- Type: SystemString
The sortargument.
Return Value
Type:
ISortExpressionSee Also