Ninja Database Pro
GetAllPrimaryKeys Method (SingleIndex<T,TIndex>)



KellermanSoftware.NinjaDatabasePro Namespace > SingleIndex<T,TIndex> Class : GetAllPrimaryKeys Method
Get all the primary keys associated with this index
Syntax
Public Overrides Function GetAllPrimaryKeys() As List(Of Long)
Dim instance As SingleIndex(Of T,TIndex)
Dim value As List(Of Long)
 
value = instance.GetAllPrimaryKeys()
public override List<long> GetAllPrimaryKeys()
public:
List<int64>^ GetAllPrimaryKeys(); 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

SingleIndex<T,TIndex> Class
SingleIndex<T,TIndex> Members