Click or drag to resize

UpstreamRepositoryServiceBaseTModel, TWireFormat, TCollectionFind(ExpressionFuncTModel, Boolean) Method

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

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public virtual IQueryResultSet<TModel> Find(
	Expression<Func<TModel, bool>> query
)

Parameters

query  ExpressionFuncTModel, Boolean
The query to be executed

Return Value

IQueryResultSetTModel
Returns a list of TModel matching the query.

Implements

IRepositoryServiceTModelFind(ExpressionFuncTModel, Boolean)
See Also