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

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

Syntax

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

Parameters

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

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

Return Value

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

Implements

IResultSetsCommand..::..GetReader(Nullable<(Of <<'(Int32>)>>))

See Also