|
DataManagerTEntityRemoveAny Method |
Remove any with the predicate
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void RemoveAny(
Expression<Func<TEntity, bool>> predicate
)
Public Sub RemoveAny (
predicate As Expression(Of Func(Of TEntity, Boolean))
)
public:
void RemoveAny(
Expression<Func<TEntity, bool>^>^ predicate
)
member RemoveAny :
predicate : Expression<Func<'TEntity, bool>> -> unit
Parameters
- predicate
- Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean
See Also