Skip to content

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>>

Returns

SNow.Core.ITable<T>

Released under the MIT License.