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

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

Syntax

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

Implements

IQueryExpression..::..Key

See Also