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使用 值來確認預期的資料列數目受到影響。

適用於

另請參閱