Click or drag to resize

IMapperRowDigest Method

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

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

Parameters

flags
Type: NetQuarry.DataRowDigestFlags
Options for the digest.

Return Value

Type: String
The digest string.
Remarks
The digest can be imported as a tag string to a Properties collection.
See Also