MySQL Connector/Net
| MySqlCommandBuilderGetUpdateCommand Method |
Gets the update command.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntaxpublic MySqlCommand GetUpdateCommand()
Public Function GetUpdateCommand As MySqlCommand
public: MySqlCommand^ GetUpdateCommand()
member GetUpdateCommand : unit -> MySqlCommand
Return Value
Type: MySqlCommand
See Also