SqlOrderByAttribute.OrderByExpressions Property
.NET Standard 2.x | Current Version (1.0.1)
Gets one or more raw SQL expressions in the ORDER BY clause after the keyword ORDER BY.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public IReadOnlyList<string> OrderByExpressions => _orderByExpressions;
Property Value
System.Collections.Generic.IReadOnlyList<System.String>
One or more raw SQL expressions in the ORDER BY clause after the keyword ORDER BY.
Applies to
.NET Standard
2.x