[Missing <summary> documentation for "P:NHibernate.Engine.Query.ParamLocationRecognizer.NamedParameterDescription.JpaStyle"]

Namespace: NHibernate.Engine.Query
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool JpaStyle { get; }
Visual Basic
Public ReadOnly Property JpaStyle As Boolean
	Get
Visual C++
public:
property bool JpaStyle {
	bool get ();
}

See Also