MySqlCommandBuilder.GetInsertCommand Method

MySQL Connector/Net

MySqlCommandBuilderGetInsertCommand Method
Gets the insert command.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlCommand GetInsertCommand()
Public Function GetInsertCommand As MySqlCommand
public:
MySqlCommand^ GetInsertCommand()
member GetInsertCommand : unit -> MySqlCommand 

Return Value

Type: MySqlCommand
See Also