Click or drag to resize
ICrudClientTEntitySearch Method
Search the entity

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

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean

Return Value

Type: IEnumerableTEntity
See Also