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

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

Syntax

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

See Also