SqlOrderByAttribute.SqlOrderByAttribute(params string[] expressions) Constructor
.NET Standard 2.x | Current Version (1.0.1)
Initializes a new instance of the SqlOrderByAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlOrderByAttribute(params string[] expressions)
Parameters
expressions
System.String[]
One or more raw SQL expressions in the ORDER BY clause after the keyword ORDER BY.
Applies to
.NET Standard
2.x