Breeze.ContextProvider.ContextProvider.OpenDbConnection C# (CSharp) Method

OpenDbConnection() protected abstract method

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
return void
    protected abstract void OpenDbConnection();