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  String
 
asc  Boolean  (Optional)
 
See Also