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

속성 값

String

Delete 또는 Update 메서드에 전달된 모든 oldValues 매개 변수의 이름에 적용된 서식 문자열을 나타내는 문자열입니다. 기본값은 "{0}"입니다.

설명

OldValuesParameterFormatString 으로 식별 되는 것과 같은 서식 문자열 기본 키에 적용 됩니다는 DataKeyNames 삭제 또는 데이터 바인딩된 컨트롤의 속성 업데이트 시나리오 및 위치를 ConflictDetection 속성이 CompareAllValues 값 및 집합이 oldValues 해당 데이터 메서드에 전달 됩니다. 형식 문자열의 각 매개 변수 이름에 적용 되는 경우에 oldValues 컬렉션입니다. 자세한 내용은 SqlDataSource.OldValuesParameterFormatString를 참조하세요.

값을 OldValuesParameterFormatString 속성은 뷰 상태에 저장 됩니다.

적용 대상

추가 정보