Click or drag to resize

LocalBatchRepositoryFind Method (ExpressionFuncBundle, Boolean)

Find the specified bundle (Not supported)

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override IEnumerable<Bundle> Find(
	Expression<Func<Bundle, bool>> query
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncBundle, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Collection.Bundle,System.Boolean}})"]

Return Value

Type: IEnumerableBundle

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Local.LocalBatchRepository.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Model.Collection.Bundle,System.Boolean}})"]

Implements

IRepositoryServiceTModelFind(ExpressionFuncTModel, Boolean)
See Also