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

ISupportsDeleteByKey..::..DeleteByKey<(Of <(<'TKey>)>)> Method (String, TKey, DeleteOptions)

Delete by key.

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

Syntax


ISingleRowDbCommandBuilder DeleteByKey<TKey>(
	string tableName,
	TKey key,
	DeleteOptions options
)
Function DeleteByKey(Of TKey) ( _
	tableName As String, _
	key As TKey, _
	options As DeleteOptions _
) As ISingleRowDbCommandBuilder
generic<typename TKey>
ISingleRowDbCommandBuilder^ DeleteByKey(
	String^ tableName, 
	TKey key, 
	DeleteOptions^ options
)

Type Parameters

TKey
The type of the t key.

Parameters

tableName
Type: String
Name of the table.
key
Type: TKey
The key.
options
Type: Tortuga.Chain..::..DeleteOptions
The options.

Return Value

ISingleRowDbCommandBuilder.