Click or drag to resize

IBiMetadataRepositoryQueryTBisDefinition(ExpressionFuncTBisDefinition, Boolean, Int32, NullableInt32) Method

Note: This API is now obsolete.

Query metadata repository for

Namespace: SanteDB.BI.Services
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
[ObsoleteAttribute("Use Query(Expression<Func<TBidDefinition, bool>>)", 
	true)]
IEnumerable<TBisDefinition> Query<TBisDefinition>(
	Expression<Func<TBisDefinition, bool>> filter,
	int offset,
	int? count
)
where TBisDefinition : new(), BiDefinition

Parameters

filter  ExpressionFuncTBisDefinition, Boolean
The filter for query
offset  Int32
The offset of the first result
count  NullableInt32
The count of BIS definitions to return

Type Parameters

TBisDefinition
The type of definition to query for

Return Value

IEnumerableTBisDefinition
Matching bis definitions
See Also