Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SAParameter 类

 

SourceColumnNullMapping 属性

获取和设置表示源列是否可以为空的值。这使 SACommandBuilder 能够为可以为空的列正确生成 Update 语句。

语法
Visual Basic

Public Overrides Property SourceColumnNullMapping As Boolean
C#

public override bool SourceColumnNullMapping { get; set; }
注释

如果源列可以为空,则返回 true;否则返回 false。

另请参见