6 references to Start
System.Data (6)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (4)
288private CatalogLocation _catalogLocation = CatalogLocation.Start; 323DefaultValueAttribute(CatalogLocation.Start), 336case CatalogLocation.Start: 661if (CatalogLocation.Start == location) {
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (2)
44return CatalogLocation.Start; 47if (CatalogLocation.Start != value) {