Click or drag to resize

BundlePersistenceServiceQuery(DataContext, ExpressionFuncBundle, Boolean) Method

Query for filter on context

Namespace: SanteDB.Persistence.Data.Services.Persistence.Collections
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IQueryResultSet<Bundle> Query(
	DataContext context,
	Expression<Func<Bundle, bool>> filter
)

Parameters

context  DataContext

[Missing <param name="context"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Collections.BundlePersistenceService.Query(SanteDB.OrmLite.DataContext,System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Collection.Bundle,System.Boolean}})"]

filter  ExpressionFuncBundle, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Collections.BundlePersistenceService.Query(SanteDB.OrmLite.DataContext,System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Collection.Bundle,System.Boolean}})"]

Return Value

IQueryResultSetBundle

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Collections.BundlePersistenceService.Query(SanteDB.OrmLite.DataContext,System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Collection.Bundle,System.Boolean}})"]

Implements

IAdoPersistenceProviderTModelQuery(DataContext, ExpressionFuncTModel, Boolean)
Exceptions
ExceptionCondition
NotSupportedExceptionThis method is not supported on Bundle
See Also