Interface IConnectionModelChanged
This is implemented by the connection type that directly connects to a database.
When the client directly connected to a database upgrades the database, it needs to notify the connection the database has been upgraded so it can recompile the model
The client itself does not distinguish between the database or service connection types, so this is implemented internally to the db connection typeNamespace: LemonEdge.API.Core.Migrations
Assembly: LemonEdge.API.Core.Migrations.dll
Syntax
public interface IConnectionModelChanged
Methods
OnConnectionChangeFromClient()
Indicates the database should recompile its model
Declaration
void OnConnectionChangeFromClient()