8 references to CompareAllValues
System.Web (8)
UI\WebControls\ObjectDataSourceView.cs (5)
153
if ((value < ConflictOptions.OverwriteChanges) || (value > ConflictOptions.
CompareAllValues
)) {
854
if (ConflictDetection == ConflictOptions.
CompareAllValues
) {
882
if (ConflictDetection == ConflictOptions.
CompareAllValues
) {
1210
if (ConflictDetection == ConflictOptions.
CompareAllValues
) {
1284
if (ConflictDetection == ConflictOptions.
CompareAllValues
) {
UI\WebControls\SqlDataSourceView.cs (3)
154
if ((value < ConflictOptions.OverwriteChanges) || (value > ConflictOptions.
CompareAllValues
)) {
808
if (ConflictDetection == ConflictOptions.
CompareAllValues
) {
1153
if (ConflictDetection == ConflictOptions.
CompareAllValues
) {