dotConnect for Oracle 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.
    See Also