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)
29private UpdateRowSource _updatedRowSource = UpdateRowSource.Both; 360DefaultValue(System.Data.UpdateRowSource.Both), 375case UpdateRowSource.Both:
System.Data.OleDb (3)
OleDbCommand.cs (3)
24private UpdateRowSource _updatedRowSource = UpdateRowSource.Both; 330DefaultValue(System.Data.UpdateRowSource.Both) 345case UpdateRowSource.Both: