Specifies whether the parameter accepts null values.
Visual Basic Public Overrides Property IsNullable As Boolean
C# public override bool IsNullable { get; set; }
True if null values are accepted, false otherwise. The default is false. Null values are handled using the DBNull class.
In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |