Click or drag to resize
LinqUtilsCalculateRowHashForSpecifiedValues 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.3.0.0 (5.3.0)
Syntax
public static int CalculateRowHashForSpecifiedValues(
	Object[] rowData,
	List<int> valueIndices
)

Parameters

rowData
Type: SystemObject
The row data.
valueIndices
Type: System.Collections.GenericListInt32
The value indices.

Return Value

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