11 references to Both
System.Data (10)
fx\src\data\System\Data\Common\DBCommand.cs (1)
149
DefaultValue(System.Data.UpdateRowSource.
Both
),
fx\src\data\System\Data\Odbc\OdbcCommand.cs (3)
42
private UpdateRowSource _updatedRowSource = UpdateRowSource.
Both
;
340
DefaultValue(System.Data.UpdateRowSource.
Both
),
353
case UpdateRowSource.
Both
:
fx\src\data\System\Data\OleDb\OleDbCommand.cs (3)
36
private UpdateRowSource _updatedRowSource = UpdateRowSource.
Both
;
322
DefaultValue(System.Data.UpdateRowSource.
Both
),
335
case UpdateRowSource.
Both
:
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
52
private UpdateRowSource _updatedRowSource = UpdateRowSource.
Both
;
767
DefaultValue(System.Data.UpdateRowSource.
Both
),
780
case UpdateRowSource.
Both
:
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
60
this._updatedRowSource = UpdateRowSource.
Both
;