Click or drag to resize

SQLitePersistenceServiceBase<TData>.Query Method (Expression, Int32, Nullable<Int32>, Int32)

Query the specified object

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IEnumerable Query(
	Expression query,
	int offset,
	int? count,
	out int totalResults
)

Parameters

query
Type: System.Linq.Expressions.Expression

[Missing <param name="query"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

offset
Type: System.Int32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

count
Type: System.Nullable<Int32>

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

totalResults
Type: System.Int32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

Return Value

Type: IEnumerable

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.Query(System.Linq.Expressions.Expression,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

Implements

IDataPersistenceService.Query(Expression, Int32, Nullable<Int32>, Int32)
See Also