[Missing <summary> documentation for "P:NHibernate.Linq.NhLinqExpression.Type"]

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

Syntax

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

Implements

IQueryExpression..::..Type

See Also