Adventure.Works.LiveDemo.TSQLCodeConfiguration.TSQLCodeConfiguration C# (CSharp) Метод

TSQLCodeConfiguration() публичный Метод

public TSQLCodeConfiguration ( ) : System.Data.Entity
Результат System.Data.Entity
        public TSQLCodeConfiguration()
        {
            this.AddInterceptor(new TSQLSyntaxLogger());
        }
TSQLCodeConfiguration