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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |