Used as a placeholder when parsing HQL or SQL queries.

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

Syntax

C#
public static Parameter Placeholder { get; }
Visual Basic
Public Shared ReadOnly Property Placeholder As Parameter
	Get
Visual C++
public:
static property Parameter^ Placeholder {
	Parameter^ get ();
}

See Also