Knight Data Access Layer
GetIndexesForTable Method (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : GetIndexesForTable Method
Name of the table.
Gets the indexes for a table.
Syntax
Public Function GetIndexesForTable( _
   ByVal tableName As String _
) As List(Of Index)
Dim instance As DataHelper
Dim tableName As String
Dim value As List(Of Index)
 
value = instance.GetIndexesForTable(tableName)
public List<Index> GetIndexesForTable( 
   string tableName
)
public: List<Index*>* GetIndexesForTable( 
   string* tableName
) 
public:
List<Index^>^ GetIndexesForTable( 
   String^ tableName
) 

Parameters

tableName
Name of the table.

Return Value

List<Index>.
Exceptions
ExceptionDescription
The provider does not support indexes: " + ProviderName
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

DataHelper Class
DataHelper Members