Click or drag to resize

PostgreSQLProviderGetWriteConnection Method

Get a connection that can be written to

Namespace:  SanteDB.OrmLite.Providers.Postgres
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public DataContext GetWriteConnection()

Return Value

Type: DataContext

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.Postgres.PostgreSQLProvider.GetWriteConnection"]

Implements

IDbProviderGetWriteConnection
See Also