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
)
Public Shared Function CalculateRowHashForSpecifiedValues (
rowData As Object(),
valueIndices As List(Of Integer)
) As Integer
Parameters
- rowData
- Type: SystemObject
The row data. - valueIndices
- Type: System.Collections.GenericListInt32
The value indices.
Return Value
Type:
Int32Hashvalue for the row for the fields at the specified fields.
See Also