ObjectDataSourceStatusEventArgs.AffectedRows 속성

정의

데이터 작업의 영향을 받는 행 수를 가져오거나 설정합니다.

public:
 property int AffectedRows { int get(); void set(int value); };
public int AffectedRows { get; set; }
member this.AffectedRows : int with get, set
Public Property AffectedRows As Integer

속성 값

데이터 작업의 영향을 받는 행 수입니다.

설명

AffectedRows 값을 사용하여 예상 행 수가 영향을 받는지 확인합니다.

적용 대상

추가 정보