Click or drag to resize

AdoCdssLibraryRepositoryFind Method

Find all protocol assets which match the specified filter

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IQueryResultSet<ICdssLibrary> Find(
	Expression<Func<ICdssLibrary, bool>> filter
)

Parameters

filter  ExpressionFuncICdssLibrary, Boolean
The filter to be applied

Return Value

IQueryResultSetICdssLibrary
The query result set containing the objects

Implements

ICdssLibraryRepositoryFind(ExpressionFuncICdssLibrary, Boolean)
See Also