Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取和设置表示源列是否可以为空的值。
Public Overrides Property SourceColumnNullMapping As Boolean
public override bool SourceColumnNullMapping {get;set;}
这使 SACommandBuilder 能够为可以为空的列正确生成 Update 语句。
如果源列可以为空,则返回 true;否则返回 false。