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

Syntax

Visual Basic (Declaration)
Public Property CurrentKey As Object
C#
public Object CurrentKey { get; set; }
Visual C++
public:
property Object^ CurrentKey {
	Object^ get ();
	void set (Object^ value);
}
JavaScript
function get_currentKey();
function set_currentKey(value);

See Also