DataAdapter.AcceptChangesDuringFill 属性

获取或设置一个值,该值指示在任何 Fill 操作过程中,在将 AcceptChanges 添加到 DataTable 之后是否在 DataRow 上调用它。

**命名空间:**System.Data.Common
**程序集:**System.Data(在 system.data.dll 中)

语法

声明
Public Property AcceptChangesDuringFill As Boolean
用法
Dim instance As DataAdapter
Dim value As Boolean

value = instance.AcceptChangesDuringFill

instance.AcceptChangesDuringFill = value
public bool AcceptChangesDuringFill { get; set; }
public:
property bool AcceptChangesDuringFill {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AcceptChangesDuringFill ()

/** @property */
public void set_AcceptChangesDuringFill (boolean value)
public function get AcceptChangesDuringFill () : boolean

public function set AcceptChangesDuringFill (value : boolean)

属性值

如果在 DataRow 上调用 AcceptChanges,则为 true;否则为 false。默认为 true

备注

如果为 false,则不调用 AcceptChanges,并将新添加的行作为插入的行处理。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

DataAdapter 类
DataAdapter 成员
System.Data.Common 命名空间