Click or drag to resize

SqliteProviderGetWriteConnectionInternal Method

Get write connection internal overide the foreign keys

Namespace: SanteDB.OrmLite.Providers.Sqlite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
protected DataContext GetWriteConnectionInternal(
	bool? foreignKeys = null
)

Parameters

foreignKeys  NullableBoolean  (Optional)

[Missing <param name="foreignKeys"/> documentation for "M:SanteDB.OrmLite.Providers.Sqlite.SqliteProvider.GetWriteConnectionInternal(System.Nullable{System.Boolean})"]

Return Value

DataContext

[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.Sqlite.SqliteProvider.GetWriteConnectionInternal(System.Nullable{System.Boolean})"]

See Also