Initializes a new instance of the SQLStatements class

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public SQLStatements(
	ISQLStatement[] objStatements
)
Visual Basic
Public Sub New ( _
	objStatements As ISQLStatement() _
)
Visual C++
public:
SQLStatements(
	array<ISQLStatement^>^ objStatements
)

Parameters

objStatements
Type: array<DatabaseObjects.SQL..::..ISQLStatement>[]()[][]

[Missing <param name="objStatements"/> documentation for "M:DatabaseObjects.SQL.SQLStatements.#ctor(DatabaseObjects.SQL.ISQLStatement[])"]

See Also