'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.