DataAdapter.ShouldSerializeAcceptChangesDuringFill Method

Definition

Determines whether the AcceptChangesDuringFill property should be persisted.

public:
 virtual bool ShouldSerializeAcceptChangesDuringFill();
public virtual bool ShouldSerializeAcceptChangesDuringFill ();
abstract member ShouldSerializeAcceptChangesDuringFill : unit -> bool
override this.ShouldSerializeAcceptChangesDuringFill : unit -> bool
Public Overridable Function ShouldSerializeAcceptChangesDuringFill () As Boolean

Returns

true if the AcceptChangesDuringFill property is persisted; otherwise false.

Applies to

See also