ISupportsDeleteByKey..::..DeleteByKey Method (String, String, DeleteOptions)
Delete by key.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ISingleRowDbCommandBuilder DeleteByKey( string tableName, string key, DeleteOptions options )
Function DeleteByKey ( _ tableName As String, _ key As String, _ options As DeleteOptions _ ) As ISingleRowDbCommandBuilder
ISingleRowDbCommandBuilder^ DeleteByKey( String^ tableName, String^ key, DeleteOptions^ options )
Parameters
- tableName
- Type: String
Name of the table.
- key
- Type: String
The key.
- options
- Type: Tortuga.Chain..::..DeleteOptions
The options.