Ninja Database Pro
Indexes Property (Table)



KellermanSoftware.NinjaDatabasePro Namespace > Table Class : Indexes Property
A list of indexes for the table
Syntax
Public Property Indexes As List(Of String)
Dim instance As Table
Dim value As List(Of String)
 
instance.Indexes = value
 
value = instance.Indexes
public List<string> Indexes {get; set;}
public:
property List<String^>^ Indexes {
   List<String^>^ get();
   void set (    List<String^>^ value);
}
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

Table Class
Table Members