[Missing <summary> documentation for "P:NHibernate.Linq.Visitors.QueryModelVisitor.Model"]

Namespace: NHibernate.Linq.Visitors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public QueryModel Model { get; private set; }
Visual Basic
Public Property Model As QueryModel
	Get
	Private Set
Visual C++
public:
property QueryModel^ Model {
	QueryModel^ get ();
	private: void set (QueryModel^ value);
}

See Also