Knight Data Access Layer
Indexes Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : Indexes Property
A list of indexes associated with the table
Syntax
Public Property Indexes As List(Of Index)
Dim instance As Table
Dim value As List(Of Index)
 
instance.Indexes = value
 
value = instance.Indexes
public List<Index> Indexes {get; set;}
public: __property List<Index*>* get_Indexes();
public: __property void set_Indexes( 
   List<Index*>* value
);
public:
property List<Index^>^ Indexes {
   List<Index^>^ get();
   void set (    List<Index^>^ 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