Method | Description | |
---|---|---|
GetExpression ( Data context, System entityIdProperty, string selection ) : System.Linq.Expressions.Expression |
Gets the expression.
|
|
GetGridField ( |
Gets the grid field.
|
|
SortProperties ( string selection ) : string |
Comma-delimited list of the Entity properties that should be used for Sorting. Normally, you should leave this as null which will make it sort on the returned field
|
public GetExpression ( Data context, System entityIdProperty, string selection ) : System.Linq.Expressions.Expression | ||
context | Data | The context. |
entityIdProperty | System | The entity identifier property. |
selection | string | The selection. |
return | System.Linq.Expressions.Expression |
public GetGridField ( |
||
entityType | Type of the entity. | |
selection | string | The selection. |
return | System.Web.UI.WebControls.DataControlField |
public SortProperties ( string selection ) : string | ||
selection | string | |
return | string |