Click or drag to resize

MapperKernelRowDigest Method

Generate a digest of the field values in the mapper for the current row.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string RowDigest(
	RowDigestFlags flags
)

Parameters

flags
Type: NetQuarry.DataRowDigestFlags
Options for the digest.

Return Value

Type: String
The digest string.

Implements

IMapperRowDigest(RowDigestFlags)
Remarks
The digest can be imported as a tag string to a Properties collection.
See Also