C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / ExecuteDbDataReader Method
An instance of System.Data.CommandBehavior.

In This Topic
ExecuteDbDataReader Method (C1CommandBase)
In This Topic
Executes the command text against the connection.
Syntax
'Declaration
 
Protected Overrides Function ExecuteDbDataReader( _
   ByVal behavior As CommandBehavior _
) As DbDataReader
 

Parameters

behavior
An instance of System.Data.CommandBehavior.

Return Value

A DbDataReader representing the table result of the query execution.
See Also