Information to determine how to run an IDbCommand and what records to return from the IDataReader.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class RowSelection
C#
public sealed class RowSelection
Visual C++
public ref class RowSelection sealed
JavaScript
NHibernate.Engine.RowSelection = function();

Type.createClass(
	'NHibernate.Engine.RowSelection');

Inheritance Hierarchy

System..::.Object
  NHibernate.Engine..::.RowSelection

See Also