Exemplo n.º 1
0
 public SqlLoggerTextWriter(SqlLoggingContext sqlLoggingContext)
 {
     _sqlLoggingContext = sqlLoggingContext;
     if (_sqlLoggingContext.TablesToIgnore == null)
     {
         _sqlLoggingContext.TablesToIgnore = new List <string>();
     }
 }
Exemplo n.º 2
0
 public SqlLoggerTextWriter(SqlLoggingContext sqlLoggingContext)
 {
     _sqlLoggingContext = sqlLoggingContext;
     if (_sqlLoggingContext.TablesToIgnore == null) _sqlLoggingContext.TablesToIgnore = new List<string>();
 }