Initializes a new instance of the SQLCreateIndex class
Namespace: DatabaseObjects.SQLAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public SQLCreateIndex( string strIndexName, string strTableName, string[] strFieldNames ) |
Visual Basic |
---|
Public Sub New ( _ strIndexName As String, _ strTableName As String, _ strFieldNames As String() _ ) |
Visual C++ |
---|
public: SQLCreateIndex( String^ strIndexName, String^ strTableName, array<String^>^ strFieldNames ) |
Parameters
- strIndexName
- Type: System..::..String
[Missing <param name="strIndexName"/> documentation for "M:DatabaseObjects.SQL.SQLCreateIndex.#ctor(System.String,System.String,System.String[])"]
- strTableName
- Type: System..::..String
[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLCreateIndex.#ctor(System.String,System.String,System.String[])"]
- strFieldNames
- Type: array<System..::..String>[]()[][]
[Missing <param name="strFieldNames"/> documentation for "M:DatabaseObjects.SQL.SQLCreateIndex.#ctor(System.String,System.String,System.String[])"]