2 writes to _dbSchemaTable
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
629
_dbSchemaTable
= schemaTable;
1487
_dbSchemaTable
= null;
6 references to _dbSchemaTable
System.Data.Common (6)
System\Data\Common\DBCommandBuilder.cs (6)
370
if (null !=
_dbSchemaTable
)
397
if (null !=
_dbSchemaTable
)
466
if (null !=
_dbSchemaTable
)
484
if (null !=
_dbSchemaTable
)
504
if (null !=
_dbSchemaTable
)
565
if ((null !=
_dbSchemaTable
) && (!useColumnsForParameterNames || (null != _parameterNames)))