ISupportsDelete..::..Delete<(Of <(<'TArgument>)>)> Method (String, TArgument, DeleteOptions)
Delete an object model from the specified table.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IObjectDbCommandBuilder<TArgument> Delete<TArgument>( string tableName, TArgument argumentValue, DeleteOptions options )
Function Delete(Of TArgument) ( _ tableName As String, _ argumentValue As TArgument, _ options As DeleteOptions _ ) As IObjectDbCommandBuilder(Of TArgument)
generic<typename TArgument> IObjectDbCommandBuilder<TArgument>^ Delete( String^ tableName, TArgument argumentValue, DeleteOptions^ options )
Type Parameters
- TArgument
Parameters
- tableName
- Type: String
Name of the table.
- argumentValue
- Type: TArgument
The argument value.
- options
- Type: Tortuga.Chain..::..DeleteOptions
The delete options.