Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ソースカラムが NULL 入力可かどうかを示す値を取得または設定します。
Public Overrides Property SourceColumnNullMapping As Boolean
public override bool SourceColumnNullMapping {get;set;}
これによって、SACommandBuilder は、NULL 入力可のカラムに対して適切に Update 文を生成できます。
ソースカラムが NULL 入力可の場合は true、NULL 入力不可の場合は false が返されます。