The result set column alias for the Oracle row id

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

Syntax

C#
string RowIdAlias { get; }
Visual Basic
ReadOnly Property RowIdAlias As String
	Get
Visual C++
property String^ RowIdAlias {
	String^ get ();
}

See Also