Click or drag to resize

SQLitePersistenceServiceBase<TData>.QueryFast Method

Query the specified data

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public virtual IEnumerable<TData> QueryFast(
	Expression<Func<TData, bool>> query,
	Guid queryId,
	int offset,
	int? count,
	out int totalResults,
	IPrincipal principal
)

Parameters

query
Type: System.Linq.Expressions.Expression<Func<TData, Boolean>>
Query.
queryId
Type: System.Guid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal)"]

offset
Type: System.Int32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal)"]

count
Type: System.Nullable<Int32>

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal)"]

totalResults
Type: System.Int32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal)"]

principal
Type: System.Security.Principal.IPrincipal

[Missing <param name="principal"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal)"]

Return Value

Type: IEnumerable<TData>

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,System.Security.Principal.IPrincipal)"]

See Also