14 references to CatalogLocation
System.Data (14)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
428
static internal ArgumentOutOfRangeException InvalidCatalogLocation(
CatalogLocation
value) {
437
return InvalidEnumerationValue(typeof(
CatalogLocation
), (int) value);
fx\src\data\System\Data\Common\DBCommandBuilder.cs (9)
288
private
CatalogLocation
_catalogLocation =
CatalogLocation
.Start;
323
DefaultValueAttribute(
CatalogLocation
.Start),
327
virtual public
CatalogLocation
CatalogLocation { // V1.2.3300, MDAC 79449
336
case
CatalogLocation
.Start:
337
case
CatalogLocation
.End:
646
CatalogLocation
location = CatalogLocation;
661
if (
CatalogLocation
.Start == location) {
680
if (
CatalogLocation
.End == location) {
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (3)
42
public override
CatalogLocation
CatalogLocation {
44
return
CatalogLocation
.Start;
47
if (
CatalogLocation
.Start != value) {