Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ISupportsInsert..::..Insert<(Of <(<'TArgument>)>)> Method (TArgument, InsertOptions)

Inserts an object into the specified table.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


IObjectDbCommandBuilder<TArgument> Insert<TArgument>(
	TArgument argumentValue,
	InsertOptions options
)
Function Insert(Of TArgument) ( _
	argumentValue As TArgument, _
	options As InsertOptions _
) As IObjectDbCommandBuilder(Of TArgument)
generic<typename TArgument>
IObjectDbCommandBuilder<TArgument>^ Insert(
	TArgument argumentValue, 
	InsertOptions^ options
)

Type Parameters

TArgument

Parameters

argumentValue
Type: TArgument
The argument value.
options
Type: Tortuga.Chain..::..InsertOptions
The options for how the insert occurs.

Return Value