Click or drag to resize

MapperKernelSignature Method

Generates a signature string for the mapper as currently filtered and sorted.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Signature(
	long nOptions
)

Parameters

nOptions
Type: SystemInt64
Provided for future use.

Return Value

Type: String
The signature string.

Implements

IMapperSignature(Int64)
See Also