Adventure.Works.LiveDemo.TSQLCodeConfiguration.TSQLCodeConfiguration C# (CSharp) 메소드

TSQLCodeConfiguration() 공개 메소드

public TSQLCodeConfiguration ( ) : System.Data.Entity
리턴 System.Data.Entity
        public TSQLCodeConfiguration()
        {
            this.AddInterceptor(new TSQLSyntaxLogger());
        }
TSQLCodeConfiguration