SqlDataReader ExecuteReader( string sql, CommandType commandType, ApplicationIntent intent, params SqlParameter[] parameters )
Parameters
- sql
- The SQL.
- commandType
- the type of command to execute
- intent
- The intent.
- parameters
Return Value
IDataReader.