Public Overrides Function GetAllPrimaryKeys() As List(Of Long)
Dim instance As SterlingCompositeIndex(Of T) Dim value As List(Of Long) value = instance.GetAllPrimaryKeys()
public override List<long> GetAllPrimaryKeys()
public: List<int64>^ GetAllPrimaryKeys(); override