1 write to OldValuesParameterFormatString
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
401GetView().OldValuesParameterFormatString = value;
3 references to OldValuesParameterFormatString
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
398return GetView().OldValuesParameterFormatString;
UI\WebControls\SqlDataSourceView.cs (2)
804string oldValuesParameterFormatString = OldValuesParameterFormatString; 1148string oldValuesParameterFormatString = OldValuesParameterFormatString;