Click or drag to resize

IDataPersistenceServiceQuery(Expression, Int32, NullableInt32, Int32) Method

Note: This API is now obsolete.

Query based on the expression given

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
[ObsoleteAttribute("Use Query(Expression query)", false)]
IEnumerable Query(
	Expression query,
	int offset,
	int? count,
	out int totalResults
)

Parameters

query  Expression

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceService.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

offset  Int32

[Missing <param name="offset"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceService.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

count  NullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceService.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

totalResults  Int32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.Core.Services.IDataPersistenceService.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

Return Value

IEnumerable

[Missing <returns> documentation for "M:SanteDB.Core.Services.IDataPersistenceService.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

See Also