The result set column alias for the Oracle row id

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

Syntax

Visual Basic (Declaration)
ReadOnly Property RowIdAlias As String
C#
string RowIdAlias { get; }
Visual C++
property String^ RowIdAlias {
	String^ get ();
}
JavaScript
function get_rowIdAlias();

See Also