'Declaration Protected Overrides NotOverridable Function GetPrimaryKeyInfo() As IEnumerable(Of SortDescription)
'Usage Dim instance As IndexBasedDataSourceProvider Dim value As IEnumerable(Of SortDescription) value = instance.GetPrimaryKeyInfo()
protected override IEnumerable<SortDescription> GetPrimaryKeyInfo()