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). Null values are handled using the DBNull class.