MySqlDataSourceBase..::..Insert<(Of <(<'TArgument>)>)> Method (String, TArgument, InsertOptions)
Inserts an object into the specified table.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public ObjectDbCommandBuilder<MySqlCommand, MySqlParameter, TArgument> Insert<TArgument>( string tableName, TArgument argumentValue, InsertOptions options )
Public Function Insert(Of TArgument) ( _ tableName As String, _ argumentValue As TArgument, _ options As InsertOptions _ ) As ObjectDbCommandBuilder(Of MySqlCommand, MySqlParameter, TArgument)
public: generic<typename TArgument> ObjectDbCommandBuilder<MySqlCommand^, MySqlParameter^, TArgument>^ Insert( String^ tableName, TArgument argumentValue, InsertOptions^ options )
Type Parameters
- TArgument
Parameters
- tableName
- Type: String
Name of the table.
- argumentValue
- Type: TArgument
The argument value.
- options
- Type: Tortuga.Chain..::..InsertOptions
The options.