[Missing <summary> documentation for "P:Remotion.Linq.Clauses.CloneContext.QuerySourceMapping"]

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

Syntax

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

See Also