Appearance
ServiceNow.Core
SNow.Core.ITable<T>
ITable<T>.OrderBy(Expression<Func<T,object>>) Method
csharp
SNow.Core.ITable<T> OrderBy(System.Linq.Expressions.Expression<System.Func<T,object>> expression);
Parameters
expression
System.Linq.Expressions.Expression<System.Func<T,System.Object>>