DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / ExecuteDbDataReader Method
An instance of System.Data.CommandBehavior.

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

    Parameters

    behavior
    An instance of System.Data.CommandBehavior.

    Return Value

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