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