Click or drag to resize

SQLitePersistenceServiceBaseTDataQueryInternal Method (SQLiteDataContext, String, IDictionaryString, Object, Int32, Int32, Int32, Guid, Boolean, ModelSortTData)

Performs the actual query

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
protected abstract IEnumerable<TData> QueryInternal(
	SQLiteDataContext context,
	string storedQueryName,
	IDictionary<string, Object> parms,
	int offset,
	int count,
	out int totalResults,
	Guid queryId,
	bool countResults,
	ModelSort<TData>[] orderBy
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext
Context.
storedQueryName
Type: SystemString

[Missing <param name="storedQueryName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

parms
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="parms"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

countResults
Type: SystemBoolean

[Missing <param name="countResults"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

orderBy
Type: SanteDB.Core.Model.QueryModelSortTData

[Missing <param name="orderBy"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

Return Value

Type: IEnumerableTData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceServiceBase`1.QueryInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Int32,System.Int32@,System.Guid,System.Boolean,SanteDB.Core.Model.Query.ModelSort{`0}[])"]

See Also