asp.net.ph

SqlDataSource.OldValuesParameterFormatString Property

System.Web.UI.WebControls Namespace   SqlDataSource Class


.NET Framework version 2.0

Sets or retrieves a format string to apply to the names of any parameters that are passed to the Delete or Update method.

Syntax


Inline <asp:SqlDataSource oldvaluesparameterformatstring = strFormatValue ... >
Script SqlDataSource.OldValuesParameterFormatString [ = strFormatValue ]

Property Value


strFormatValue A string that represents a format string applied to the names of any oldValues parameters passed to the Delete or Update methods. The default is "{0}".

The property is read/write with no default value.

Remarks

The OldValuesParameterFormatString format string is applied only to primary keys, such as those that are identified by the DataKeyNames property of the associated data-bound control, or in delete and update scenarios where the ConflictDetection property is set to the CompareAllValues value and a set of oldValues are passed to the corresponding data method. In this case, the format string is applied to each parameter name in the oldValues collection.

Two common scenarios where you might change the OldValuesParameterFormatString property are as follows:

Skip Navigation Links

Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note