Click or drag to resize

FileSystemCdssLibraryRepositoryFind Method

Find all protocol assets which match the specified filter

Namespace: SanteDB.Client.Disconnected.Services
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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