[Missing <summary> documentation for "P:NHibernate.SqlCommand.ISqlCommand.ParameterTypes"]

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

Syntax

C#
SqlType[] ParameterTypes { get; }
Visual Basic
ReadOnly Property ParameterTypes As SqlType()
	Get
Visual C++
property array<SqlType^>^ ParameterTypes {
	array<SqlType^>^ get ();
}

See Also