Click or drag to resize

AppletBiRepositoryQueryTBisDefinition(ExpressionFuncTBisDefinition, Boolean, Int32, NullableInt32) Method

Queries the specified definition type

Namespace: SanteDB.BI.Services.Impl
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public IEnumerable<TBisDefinition> Query<TBisDefinition>(
	Expression<Func<TBisDefinition, bool>> filter,
	int offset,
	int? count
)
where TBisDefinition : new(), BiDefinition

Parameters

filter  ExpressionFuncTBisDefinition, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.BI.Services.Impl.AppletBiRepository.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32})"]

offset  Int32

[Missing <param name="offset"/> documentation for "M:SanteDB.BI.Services.Impl.AppletBiRepository.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32})"]

count  NullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.BI.Services.Impl.AppletBiRepository.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32})"]

Type Parameters

TBisDefinition

[Missing <typeparam name="TBisDefinition"/> documentation for "M:SanteDB.BI.Services.Impl.AppletBiRepository.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32})"]

Return Value

IEnumerableTBisDefinition

[Missing <returns> documentation for "M:SanteDB.BI.Services.Impl.AppletBiRepository.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32,System.Nullable{System.Int32})"]

Implements

IBiMetadataRepositoryQueryTBisDefinition(ExpressionFuncTBisDefinition, Boolean, Int32, NullableInt32)
See Also