Click or drag to resize
CrudClientTEntityDeleteAny Method

Namespace: DrawerBackup.Native.Clients.CrudAPI
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public bool DeleteAny(
	Expression<Func<TEntity, bool>> predicate
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean

Return Value

Type: Boolean
See Also