IsNullable Property

Syntax:

public bool IsNullable { get; set; }

Description:

Type: System.Boolean

Gets or sets a value that indicates whether the parameter accepts null values.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameter.IsNullable