ISupportsDeleteByKeyList..::..DeleteByKeyList<(Of <(<'TObject>)>)> Method (IEnumerable<(Of <(<'Int32>)>)>, DeleteOptions)
Deletes a set of records by their primary key.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IMultipleRowDbCommandBuilder<TObject> DeleteByKeyList<TObject>( IEnumerable<int> keys, DeleteOptions options )
Function DeleteByKeyList(Of TObject) ( _ keys As IEnumerable(Of Integer), _ options As DeleteOptions _ ) As IMultipleRowDbCommandBuilder(Of TObject)
generic<typename TObject> IMultipleRowDbCommandBuilder<TObject>^ DeleteByKeyList( IEnumerable<int^>^ keys, DeleteOptions^ options )
Type Parameters
- TObject
- The type of the object. Used to determine which table will be modified.
Parameters
- keys
- Type: IEnumerable<(Of <(<'Int32>)>)>
The keys.
- options
- Type: Tortuga.Chain..::..DeleteOptions
The options.