|
IDataManagerTEntityAny Method (ExpressionFuncTEntity, Boolean) |
Chcek if there is any stored entity with the predicate
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxbool Any(
Expression<Func<TEntity, bool>> predicate
)
Function Any (
predicate As Expression(Of Func(Of TEntity, Boolean))
) As Boolean
bool Any(
Expression<Func<TEntity, bool>^>^ predicate
)
abstract Any :
predicate : Expression<Func<'TEntity, bool>> -> bool
Parameters
- predicate
- Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean
Return Value
Type:
Boolean Returns true if there is a stored entity
See Also