Knight Data Access Layer
GetCreateIndexSql Method (BaseOracleProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > BaseOracleProvider Class : GetCreateIndexSql Method
Name of the table.
The index.
Get the SQL to create the passed in index
Syntax
Public Function GetCreateIndexSql( _
   ByVal tableName As String, _
   ByVal index As Index _
) As String
Dim instance As BaseOracleProvider
Dim tableName As String
Dim index As Index
Dim value As String
 
value = instance.GetCreateIndexSql(tableName, index)
public string GetCreateIndexSql( 
   string tableName,
   Index index
)
public: string* GetCreateIndexSql( 
   string* tableName,
   Index* index
) 
public:
String^ GetCreateIndexSql( 
   String^ tableName,
   Index^ index
) 

Parameters

tableName
Name of the table.
index
The index.

Return Value

System.String.
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

BaseOracleProvider Class
BaseOracleProvider Members