AxSqlDataAccessService.ExecuteReaderAction 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 void ExecuteReaderAction(System::Data::SqlClient::SqlCommand ^ cmd, Action<System::Data::SqlClient::SqlDataReader ^> ^ readData);
public void ExecuteReaderAction (System.Data.SqlClient.SqlCommand cmd, Action<System.Data.SqlClient.SqlDataReader> readData);
abstract member ExecuteReaderAction : System.Data.SqlClient.SqlCommand * Action<System.Data.SqlClient.SqlDataReader> -> unit
override this.ExecuteReaderAction : System.Data.SqlClient.SqlCommand * Action<System.Data.SqlClient.SqlDataReader> -> unit
Public Sub ExecuteReaderAction (cmd As SqlCommand, readData As Action(Of SqlDataReader))
Parameters
- cmd
- SqlCommand
- readData
- Action<SqlDataReader>
Implements
Microsoft.Dynamics.AX.Data.Sql.ISqlDataAccess.ExecuteReaderAction(System.Data.SqlClient.SqlCommand,System.Action{System.Data.SqlClient.SqlDataReader})