Public Overrides Function GetPrimaryKeys( _ ByVal indexValue As Object _ ) As List(Of Long)
Dim instance As SterlingSingleIndex(Of T,TIndex) Dim indexValue As Object Dim value As List(Of Long) value = instance.GetPrimaryKeys(indexValue)
public override List<long> GetPrimaryKeys( object indexValue )
public: List<int64>^ GetPrimaryKeys( Object^ indexValue ) override
Parameters
- indexValue