LinqUtilsCreateHashValueKeyFromIndices Method |
Creates the hash value key from 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 string CreateHashValueKeyFromIndices(
List<int> valueIndices
)
Public Shared Function CreateHashValueKeyFromIndices (
valueIndices As List(Of Integer)
) As String
Parameters
- valueIndices
- Type: System.Collections.GenericListInt32
The value indices.
Return Value
Type:
StringSee Also