DataTable ExecuteReader( string procedureName, CommandBehavior commandBehavior, params SqlParameter[] parameters )
Parameters
- procedureName
- Name of the procedure.
- commandBehavior
- Provides a description of the results of the query and its effect on the database.
- parameters
- The parameters.
Return Value
IDataReader with the data.