 | ICdssLibraryRepositoryFind Method |
Find all protocol assets which match the specified filter
Namespace: SanteDB.Core.CdssAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIQueryResultSet<ICdssLibrary> Find(
Expression<Func<ICdssLibrary, bool>> filter
)
Function Find (
filter As Expression(Of Func(Of ICdssLibrary, Boolean))
) As IQueryResultSet(Of ICdssLibrary)
IQueryResultSet<ICdssLibrary^>^ Find(
Expression<Func<ICdssLibrary^, bool>^>^ filter
)
abstract Find :
filter : Expression<Func<ICdssLibrary, bool>> -> IQueryResultSet<ICdssLibrary> Parameters
- filter ExpressionFuncICdssLibrary, Boolean
- The filter to be applied
Return Value
IQueryResultSetICdssLibraryThe query result set containing the objects
See Also