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