Click or drag to resize
IDataManagerTEntityAny Method (ExpressionFuncTEntity, Boolean)
Chcek if there is any stored entity with the predicate

Namespace: DrawerBackup.Native.Data
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
bool Any(
	Expression<Func<TEntity, bool>> predicate
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean

Return Value

Type: Boolean
Returns true if there is a stored entity
See Also