Function GetPrimaryKeys( _ ByVal indexValue As Object _ ) As List(Of Long)
Dim instance As IIndex Dim indexValue As Object Dim value As List(Of Long) value = instance.GetPrimaryKeys(indexValue)
List<long> GetPrimaryKeys( object indexValue )
List<int64>^ GetPrimaryKeys( Object^ indexValue )
Parameters
- indexValue