Initializes a new instance of the SqlCommandInfo class

Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SqlCommandInfo(
	SqlString text,
	SqlType[] parameterTypes
)
Visual Basic
Public Sub New ( _
	text As SqlString, _
	parameterTypes As SqlType() _
)
Visual C++
public:
SqlCommandInfo(
	SqlString^ text, 
	array<SqlType^>^ parameterTypes
)

Parameters

text
Type: NHibernate.SqlCommand..::..SqlString

[Missing <param name="text"/> documentation for "M:NHibernate.SqlCommand.SqlCommandInfo.#ctor(NHibernate.SqlCommand.SqlString,NHibernate.SqlTypes.SqlType[])"]

parameterTypes
Type: array<NHibernate.SqlTypes..::..SqlType>[]()[][]

[Missing <param name="parameterTypes"/> documentation for "M:NHibernate.SqlCommand.SqlCommandInfo.#ctor(NHibernate.SqlCommand.SqlString,NHibernate.SqlTypes.SqlType[])"]

See Also