ISupportsDeleteByKey..::..DeleteByKey<(Of <(<'TObject>)>)> Method (String, DeleteOptions)
Delete by key.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
ISingleRowDbCommandBuilder<TObject> DeleteByKey<TObject>( string key, DeleteOptions options )
Function DeleteByKey(Of TObject) ( _ key As String, _ options As DeleteOptions _ ) As ISingleRowDbCommandBuilder(Of TObject)
generic<typename TObject> ISingleRowDbCommandBuilder<TObject>^ DeleteByKey( String^ key, DeleteOptions^ options )
Type Parameters
- TObject
- The type of the object. Used to determine which table will be modified.