1 write to ConflictDetection
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
177GetView().ConflictDetection = value;
3 references to ConflictDetection
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
174return GetView().ConflictDetection;
UI\WebControls\SqlDataSourceView.cs (2)
808if (ConflictDetection == ConflictOptions.CompareAllValues) { 1153if (ConflictDetection == ConflictOptions.CompareAllValues) {