Contents Index Direction property Offset property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaParameter class

IsNullable property


Description 

A value indicating whether the parameter accepts null values.

Syntax 

bool IsNullable

Access 

Read-write

Usage 

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.


Contents Index Direction property Offset property