Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property FirstKey As Object
C#
public virtual Object FirstKey { get; }
Visual C++
public:
virtual property Object^ FirstKey {
	Object^ get ();
}
JavaScript
function get_firstKey();

See Also