Click or drag to resize

AppletBiRepositoryQueryTBisDefinition Method (ExpressionFuncTBisDefinition, Boolean, Int32, NullableInt32)

Queries the specified definition type

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

Parameters

filter
Type: System.Linq.ExpressionsExpressionFuncTBisDefinition, 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
Type: SystemInt32

[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
Type: SystemNullableInt32

[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

Type: 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