| 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
)
Public Shared Function GetPersister (
tDomain As Type
) As ISQLitePersistenceService
public:
static ISQLitePersistenceService^ GetPersister(
Type^ tDomain
)
static member GetPersister :
tDomain : Type -> ISQLitePersistenceService
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