1 write to OldValuesParameterFormatString
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
364GetView().OldValuesParameterFormatString = value;
5 references to OldValuesParameterFormatString
System.Web (5)
UI\WebControls\ObjectDataSource.cs (1)
361return GetView().OldValuesParameterFormatString;
UI\WebControls\ObjectDataSourceView.cs (4)
877string oldValuesParameterFormatString = OldValuesParameterFormatString; 1272string oldValuesParameterFormatString = OldValuesParameterFormatString; 1425string formattedParamName = String.Format(CultureInfo.InvariantCulture, OldValuesParameterFormatString, param0Name); 1431formattedParamName = String.Format(CultureInfo.InvariantCulture, OldValuesParameterFormatString, param1Name);