Public MustOverride Function GetAllPrimaryKeys() As List(Of Long)
Dim instance As BaseCompositeIndex(Of T) Dim value As List(Of Long) value = instance.GetAllPrimaryKeys()
public abstract List<long> GetAllPrimaryKeys()
public: abstract List<int64>^ GetAllPrimaryKeys();