Adventure.Works.LiveDemo.TSQLCodeConfiguration.TSQLCodeConfiguration C# (CSharp) Method

TSQLCodeConfiguration() public method

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