SqlDataSourceView.OldValuesParameterFormatString プロパティ

定義

Delete メソッドまたは Update メソッドに渡される任意のパラメーター名に適用される書式指定文字列を取得または設定します。

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識別されるキーや、プロパティが値にCompareAllValues設定され、 のセットoldValuesConflictDetection対応するデータ メソッドに渡される削除および更新のシナリオで適用されます。 この場合、書式指定文字列はコレクション内の各パラメーター名に oldValues 適用されます。 詳細については、「SqlDataSource.OldValuesParameterFormatString」を参照してください。

プロパティの OldValuesParameterFormatString 値はビュー ステートに格納されます。

適用対象

こちらもご覧ください