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

In This Topic
    ExecuteDbDataReader Method (C1SalesforceCommand)
    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