Initializes a new instance of the SQLDropView class

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

Syntax

C#
public SQLDropView(
	string strViewName
)
Visual Basic
Public Sub New ( _
	strViewName As String _
)
Visual C++
public:
SQLDropView(
	String^ strViewName
)

Parameters

strViewName
Type: System..::..String

[Missing <param name="strViewName"/> documentation for "M:DatabaseObjects.SQL.SQLDropView.#ctor(System.String)"]

See Also