Types of any required parameter values into the SQL command SelectSQL.

Namespace: NHibernate.Id.Insert
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected internal virtual SqlType[] ParametersTypes { get; }
Visual Basic
Protected Friend Overridable ReadOnly Property ParametersTypes As SqlType()
	Get
Visual C++
protected public:
virtual property array<SqlType^>^ ParametersTypes {
	array<SqlType^>^ get ();
}

See Also