Breeze.ContextProvider.ContextProvider.OpenDbConnection C# (CSharp) Метод

OpenDbConnection() защищенный абстрактный Метод

Internal use only. Should only be called by ContextProvider during SaveChanges. Opens the DbConnection used by the ContextProvider's implementation. Method must be idempotent; after it is called the first time, subsequent calls have no effect.
protected abstract OpenDbConnection ( ) : void
Результат void
    protected abstract void OpenDbConnection();