Information to determine how to run an IDbCommand and what
records to return from the IDataReader.
Namespace:
NHibernate.EngineAssembly: 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'); |