Ninja Database Pro
GetAllPrimaryKeysDescending Method (SterlingSingleIndex<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > SterlingSingleIndex<T,TIndex> Class : GetAllPrimaryKeysDescending Method
Get all the primary keys associated with this index in descending order
Syntax
Public Overrides Function GetAllPrimaryKeysDescending() As List(Of Long)
Dim instance As SterlingSingleIndex(Of T,TIndex)
Dim value As List(Of Long)
 
value = instance.GetAllPrimaryKeysDescending()
public override List<long> GetAllPrimaryKeysDescending()
public:
List<int64>^ GetAllPrimaryKeysDescending(); override 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SterlingSingleIndex<T,TIndex> Class
SterlingSingleIndex<T,TIndex> Members