[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.DbCommandWrap-3.ExecuteDbDataReader

ExecuteDbDataReader Method

ExecuteDbDataReader(CommandBehavior)

Executes the command text against the connection.

Declaration
protected override DbDataReader ExecuteDbDataReader(CommandBehavior behavior)
Parameters
Type Name Description
CommandBehavior behavior

An instance of CommandBehavior.

Returns
Type Description
DbDataReader

The result of the query execution expressed in a DbDataReader.

Overrides