FillErrorEventArgs.Continue プロパティ

定義

エラーが発生しても格納操作を続行するかどうかを示す値を取得または設定します。

public:
 property bool Continue { bool get(); void set(bool value); };
public bool Continue { get; set; }
member this.Continue : bool with get, set
Public Property Continue As Boolean

プロパティ値

格納操作を続行する場合は true。それ以外の場合は false

適用対象