dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBase Class / IsNullable Property

In This Topic
    IsNullable Property
    In This Topic
    Gets or sets a value indicating whether the parameter accepts null values.
    Syntax
    'Declaration
     
    Public Overrides Property IsNullable As Boolean
    public override bool IsNullable {get; set;}

    Property Value

    true if null values are accepted; otherwise, false. The default value is false.
    Remarks
    Null values are handled using the System.DBNull class.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also