Click or drag to resize

SQLitePersistenceServiceGetPersister Method

Get the specified persister type

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static ISQLitePersistenceService GetPersister(
	Type tDomain
)

Parameters

tDomain
Type: SystemType

[Missing <param name="tDomain"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceService.GetPersister(System.Type)"]

Return Value

Type: ISQLitePersistenceService

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.SQLitePersistenceService.GetPersister(System.Type)"]

See Also