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

속성 값

Int32

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

설명

사용 된 AffectedRows 예상한 개수의 행이 영향을 확인 하는 값입니다.

적용 대상

추가 정보