9 references to Both
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
80
[DefaultValue(System.Data.UpdateRowSource.
Both
)]
System.Data.Odbc (4)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
181
case UpdateRowSource.
Both
:
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 (4)
OleDbCommand.cs (3)
24
private UpdateRowSource _updatedRowSource = UpdateRowSource.
Both
;
330
DefaultValue(System.Data.UpdateRowSource.
Both
)
345
case UpdateRowSource.
Both
:
System\Data\Common\AdapterUtil.cs (1)
339
case UpdateRowSource.
Both
: