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();