[Missing <summary> documentation for "P:Remotion.Linq.Parsing.Structure.IntermediateModel.MainSourceExpressionNode.QuerySourceType"]

Namespace: Remotion.Linq.Parsing.Structure.IntermediateModel
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also