Click or drag to resize

MapperKernelSortSpecFieldKey Method

Get the field key from a SortSpec.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string SortSpecFieldKey(
	string sort
)

Parameters

sort
Type: SystemString
The SortSpec string.

Return Value

Type: String
The field's key if a SortSpec, else null.
See Also