2 writes to log
System.Data.Linq (2)
SqlClient\SqlProvider.cs (2)
227
this.
log
= value;
467
this.
log
= null;
7 references to log
System.Data.Linq (7)
SqlClient\SqlProvider.cs (7)
222
return this.
log
;
722
if (this.
log
!= null) {
723
this.
log
.WriteLine(Strings.LogAttemptingToDeleteDatabase(this.dbName));
791
if (this.
log
!= null) {
792
this.
log
.WriteLine(command);
793
this.
log
.WriteLine();
1039
LogCommand(this.
log
, cmd);