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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAParameter class

 

IsNullable property

Gets and sets a value indicating whether the parameter accepts null values.

Syntax
Visual Basic

Public Overrides Property IsNullable As Boolean
C#

public override bool IsNullable  { get; set; }
Remarks

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.

See also