Overload List

  Name Description
Public method OrderByFieldAttribute(String)
Specifies the field to sort the table/collection by in ascending order. If the TableJoinAttribute has been specified then the sort order can be specified on the joined table field.
Public method OrderByFieldAttribute(String, OrderBy)
Specifies the field to sort the table/collection by in ascending or descending order. If the TableJoinAttribute has been specified then the sort order can be specified on the joined table field.
Public method OrderByFieldAttribute(String, OrderBy, Int32)
Specifies the field to sort the table/collection by in ascending or descending order. If the TableJoinAttribute has been specified then the sort order can be specified on the joined table field.

See Also