Gets and sets value that indicates whether the source column is nullable. This allows SACommandBuilder to generate Update statements for nullable columns correctly.
Visual Basic Public Overrides Property SourceColumnNullMapping As Boolean
C# public override bool SourceColumnNullMapping { get; set; }
If the source column is nullable, true is returned; otherwise, false.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |