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
)
Public Function Signature (
nOptions As Long
) As String
Parameters
- nOptions
- Type: SystemInt64
Provided for future use.
Return Value
Type:
StringThe signature string.
Implements
IMapperSignature(Int64)See Also