Gets and sets a value indicating whether the parameter accepts null values.
Visual Basic Public Overrides Property IsNullable As Boolean
C# public override bool IsNullable { get; set; }
This property is true if null values are accepted; otherwise, it is false. The default is false. Null values are handled using the DBNull class.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |