3 references to BaseTableName
System.Data.Common (3)
System\Data\Common\DBCommandBuilder.cs (1)
672string tableName = row.BaseTableName;
System\Data\ProviderBase\SchemaMapping.cs (2)
854string basetable = /*schemaRow.BaseServerName+schemaRow.BaseCatalogName+schemaRow.BaseSchemaName+*/ schemaRow.BaseTableName; 868if (keyFromMultiTable || (schemaRow.BaseTableName == keyBaseTable))