Click or drag to resize

IRepositoryServiceFind(Expression) Method

Find the specified object

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IQueryResultSet Find(
	Expression query
)

Parameters

query  Expression

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Services.IRepositoryService.Find(System.Linq.Expressions.Expression)"]

Return Value

IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.Core.Services.IRepositoryService.Find(System.Linq.Expressions.Expression)"]

See Also