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