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使用该值验证预期的行数是否受到影响。

适用于

另请参阅