AxSqlDataAccessService.ExecuteSqlDataReaderWithProvidedConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Data::SqlClient::SqlDataReader ^ ExecuteSqlDataReaderWithProvidedConnection(System::Data::SqlClient::SqlCommand ^ cmd);
public System.Data.SqlClient.SqlDataReader ExecuteSqlDataReaderWithProvidedConnection (System.Data.SqlClient.SqlCommand cmd);
abstract member ExecuteSqlDataReaderWithProvidedConnection : System.Data.SqlClient.SqlCommand -> System.Data.SqlClient.SqlDataReader
override this.ExecuteSqlDataReaderWithProvidedConnection : System.Data.SqlClient.SqlCommand -> System.Data.SqlClient.SqlDataReader
Public Function ExecuteSqlDataReaderWithProvidedConnection (cmd As SqlCommand) As SqlDataReader
Parameters
- cmd
- SqlCommand
Returns
Implements
Microsoft.Dynamics.AX.Data.Sql.ISqlDataAccess.ExecuteSqlDataReaderWithProvidedConnection(System.Data.SqlClient.SqlCommand)