2 writes to _quotedBaseTableName
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
691
_quotedBaseTableName
= builder.ToString();
1328
_quotedBaseTableName
= null;
4 references to _quotedBaseTableName
System.Data (4)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (4)
405
return
_quotedBaseTableName
;
708
Debug.Assert (!ADP.IsEmpty(
_quotedBaseTableName
), "no table name");
728
Debug.Assert (!ADP.IsEmpty(
_quotedBaseTableName
), "no table name");
814
Debug.Assert (!ADP.IsEmpty(
_quotedBaseTableName
), "no table name");