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
)
Function RowDigest (
flags As RowDigestFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataRowDigestFlags
Options for the digest.
Return Value
Type:
StringThe digest string.
Remarks
The digest can be imported as a tag string to a Properties collection.
See Also