Click or drag to resize

IRepositoryServiceTModelFind Method

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: 3.0.481-alpha
Syntax
IQueryResultSet<TModel> Find(
	Expression<Func<TModel, bool>> query
)

Parameters

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

Return Value

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