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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ResultSetRef As String
C#
public string ResultSetRef { get; }
Visual C++
public:
property String^ ResultSetRef {
	String^ get ();
}
JavaScript
function get_resultSetRef();

See Also