|
IDataManagerTEntityRemove Method |
Remove the entity
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxvoid Remove(
TEntity entity
)
Sub Remove (
entity As TEntity
)
void Remove(
TEntity entity
)
abstract Remove :
entity : 'TEntity -> unit
Parameters
- entity
- Type: TEntity
Entity to Remove
See Also