Click or drag to resize

IRepositoryServiceTModelFind Method (ExpressionFuncTModel, Boolean)

Finds the specified data where the current version matches the query provided

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IEnumerable<TModel> Find(
	Expression<Func<TModel, bool>> query
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncTModel, Boolean
The query to be executed

Return Value

Type: IEnumerableTModel
Returns a list of TModel matching the query.
See Also