|
CrudClientTEntityDeleteAny Method |
Namespace: DrawerBackup.Native.Clients.CrudAPIAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool DeleteAny(
Expression<Func<TEntity, bool>> predicate
)
Public Function DeleteAny (
predicate As Expression(Of Func(Of TEntity, Boolean))
) As Boolean
public:
bool DeleteAny(
Expression<Func<TEntity, bool>^>^ predicate
)
member DeleteAny :
predicate : Expression<Func<'TEntity, bool>> -> bool
Parameters
- predicate
- Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean
Return Value
Type:
Boolean
See Also