AxSqlDataAccessService.ExecuteNonQuery(SqlCommand) 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 int ExecuteNonQuery(System::Data::SqlClient::SqlCommand ^ cmd);
public int ExecuteNonQuery (System.Data.SqlClient.SqlCommand cmd);
abstract member ExecuteNonQuery : System.Data.SqlClient.SqlCommand -> int
override this.ExecuteNonQuery : System.Data.SqlClient.SqlCommand -> int
Public Function ExecuteNonQuery (cmd As SqlCommand) As Integer
Parameters
- cmd
- SqlCommand
Returns
Implements
Microsoft.Dynamics.AX.Data.Sql.ISqlDataAccess.ExecuteNonQuery(System.Data.SqlClient.SqlCommand)