Click or drag to resize

LinqUtils.CalculateRowHashForSpecifiedValues Method

Calculates the row hash from the values at the specified indices

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public static int CalculateRowHashForSpecifiedValues(
	Object[] rowData,
	List<int> valueIndices
)

Parameters

rowData
Type:System.Object[]
The row data.
valueIndices
Type: System.Collections.Generic.List<Int32>
The value indices.

Return Value

Type: Int32
Hashvalue for the row for the fields at the specified fields.
See Also