7 references to Both
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
80
[DefaultValue(System.Data.UpdateRowSource.
Both
)]
System.Data.Odbc (3)
System\Data\Odbc\OdbcCommand.cs (3)
29
private UpdateRowSource _updatedRowSource = UpdateRowSource.
Both
;
360
DefaultValue(System.Data.UpdateRowSource.
Both
),
375
case UpdateRowSource.
Both
:
System.Data.OleDb (3)
OleDbCommand.cs (3)
24
private UpdateRowSource _updatedRowSource = UpdateRowSource.
Both
;
330
DefaultValue(System.Data.UpdateRowSource.
Both
)
345
case UpdateRowSource.
Both
: