1 write to ConflictDetection
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
145GetView().ConflictDetection = value;
5 references to ConflictDetection
System.Web (5)
UI\WebControls\ObjectDataSource.cs (1)
142return GetView().ConflictDetection;
UI\WebControls\ObjectDataSourceView.cs (4)
854if (ConflictDetection == ConflictOptions.CompareAllValues) { 882if (ConflictDetection == ConflictOptions.CompareAllValues) { 1210if (ConflictDetection == ConflictOptions.CompareAllValues) { 1284if (ConflictDetection == ConflictOptions.CompareAllValues) {