Click or drag to resize

BundlePersistenceServiceQueryInternal Method (SQLiteDataContext, String, IDictionaryString, Object, Int32, Int32, Int32, Guid, Boolean, ModelSortBundle)

Connot query bundles

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

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

storedQueryName
Type: SystemString

[Missing <param name="storedQueryName"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

parms
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="parms"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

countResults
Type: SystemBoolean

[Missing <param name="countResults"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

orderBy
Type: SanteDB.Core.Model.QueryModelSortBundle

[Missing <param name="orderBy"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

Return Value

Type: IEnumerableBundle

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.BundlePersistenceService.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{SanteDB.Core.Model.Collection.Bundle}[])"]

See Also