Namespaces

Types

Type RowSelection

Namespace NHibernate.Engine

Methods

Properties

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

int FetchSize get; set;

return int

int FirstRow get; set;

Gets or Sets the Index of the First Row to Select
Defaults to 0 unless specifically set.
return int

int MaxRows get; set;

Gets or Sets the Maximum Number of Rows to Select
Defaults to NoValue unless specifically set.
return int

int Timeout get; set;

Gets or Sets the Timeout of the Query
Defaults to NoValue unless specifically set.
return int

Public fields

int NoValue

Indicates that the no value has been set on the Property.
return int