Click or drag to resize

SQLiteSynchronizationLogSaveQuery Method

Save the query state so that it can come back if the connection is lost

Namespace:  SanteDB.DisconnectedClient.SQLite.Synchronization
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public void SaveQuery(
	Type modelType,
	string filter,
	Guid queryId,
	string name,
	int offset
)

Parameters

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Synchronization.SQLiteSynchronizationLog.SaveQuery(System.Type,System.String,System.Guid,System.String,System.Int32)"]

Implements

ISynchronizationLogServiceSaveQuery(Type, String, Guid, String, Int32)
See Also