[Missing <summary> documentation for "M:NHibernate.Driver.IResultSetsCommand.GetReader(System.Nullable{System.Int32})"]

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

Syntax

C#
IDataReader GetReader(
	Nullable<int> commandTimeout
)
Visual Basic
Function GetReader ( _
	commandTimeout As Nullable(Of Integer) _
) As IDataReader
Visual C++
IDataReader^ GetReader(
	Nullable<int> commandTimeout
)

Parameters

commandTimeout
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="commandTimeout"/> documentation for "M:NHibernate.Driver.IResultSetsCommand.GetReader(System.Nullable{System.Int32})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Driver.IResultSetsCommand.GetReader(System.Nullable{System.Int32})"]

See Also