SqlDataSourceView.OldValuesParameterFormatString 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property System::String ^ OldValuesParameterFormatString { System::String ^ get(); void set(System::String ^ value); };
public string OldValuesParameterFormatString { get; set; }
member this.OldValuesParameterFormatString : string with get, set
Public Property OldValuesParameterFormatString As String
属性值
一个表示格式的字符串,该格式字符串应用于传递给 Delete 或 Update 方法的所有 oldValues
参数的名称。 默认值为“{0}”。
注解
格式 OldValuesParameterFormatString 字符串仅应用于主键,例如,由 DataKeyNames
数据绑定控件的属性标识或删除和更新属性 ConflictDetection 设置为 CompareAllValues 值且将一组 oldValues
传递给相应数据方法的情况。 在这种情况下,格式字符串将应用于集合中的每个 oldValues
参数名称。 有关详细信息,请参阅 SqlDataSource.OldValuesParameterFormatString。
属性的值 OldValuesParameterFormatString 存储在视图状态中。