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.3.0.0 (5.3.0)
Syntaxpublic 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:System.Object[]
The row data. - valueIndices
- Type: System.Collections.Generic.List<Int32>
The value indices.
Return Value
Type:
Int32Hashvalue for the row for the fields at the specified fields.
See Also