ActiveReports 12
ExecuteReader(CommandBehavior) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbCommand Interface > ExecuteReader Method : ExecuteReader(CommandBehavior) Method
One of the CommandBehavior values.
Executes this command's statement and returns the specified type of results accessible with an IDataReader object.  
Syntax
'Declaration
 
Overloads Function ExecuteReader( _
   ByVal behavior As CommandBehavior _
) As IDataReader
IDataReader ExecuteReader( 
   CommandBehavior behavior
)

Parameters

behavior
One of the CommandBehavior values.
See Also

Reference

IDbCommand Interface
IDbCommand Members
Overload List