Click or drag to resize

SortField Constructor

Initializes a new instance of the SortField class

Namespace:  Casewhere.Common.DataQuery
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SortField(
	string name,
	bool asc = true
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Casewhere.Common.DataQuery.SortField.#ctor(System.String,System.Boolean)"]

asc (Optional)
Type: SystemBoolean

[Missing <param name="asc"/> documentation for "M:Casewhere.Common.DataQuery.SortField.#ctor(System.String,System.Boolean)"]

See Also