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.6.0.0 (5.6.19.0117)
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