Parameters
- behavior
- One of the System.Data.CommandBehavior values.
Return Value
A SqlDataReader object.
When Devart.Data.SqlServer.SqlCommand.FetchAll property is false the following restriction takes place. While the SqlDataReader is in use, the associated SqlConnection is busy serving the SqlDataReader. While in this state, no operations can be performed on the SqlConnection except closing. This is the case until the SqlDataReader.Close method of the SqlDataReader is called.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2