Click or drag to resize

IdentifiedPersistenceServiceTModel, TDomain, TQueryResultFromModelInstance Method

Froms the model instance.

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public override Object FromModelInstance(
	TModel modelInstance,
	SQLiteDataContext context
)

Parameters

modelInstance
Type: TModel
Model instance.
context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext
Context.

Return Value

Type: Object
The model instance.
See Also