PostgreSqlDataSourceBase..::..Insert<(Of <(<'TArgument>)>)> Method (PostgreSqlObjectName, TArgument, InsertOptions)
Creates an operation used to perform an insert operation.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public ObjectDbCommandBuilder<NpgsqlCommand, NpgsqlParameter, TArgument> Insert<TArgument>( PostgreSqlObjectName tableName, TArgument argumentValue, InsertOptions options )
Public Function Insert(Of TArgument) ( _ tableName As PostgreSqlObjectName, _ argumentValue As TArgument, _ options As InsertOptions _ ) As ObjectDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter, TArgument)
public: generic<typename TArgument> ObjectDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^, TArgument>^ Insert( PostgreSqlObjectName^ tableName, TArgument argumentValue, InsertOptions^ options )
Type Parameters
- TArgument
Parameters
- tableName
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table.
- argumentValue
- Type: TArgument
The argument value.
- options
- Type: Tortuga.Chain..::..InsertOptions
The options.