MySqlCommandBuilder.GetDeleteCommand Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlCommandBuilderGetDeleteCommand Method |
Gets the delete command.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public MySqlCommand GetDeleteCommand()
Public Function GetDeleteCommand As MySqlCommand
public: MySqlCommand^ GetDeleteCommand()
member GetDeleteCommand : unit -> MySqlCommand