VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / IsNullable Property


In This Topic
    IsNullable Property
    In This Topic
    Gets or sets a value that indicates whether the parameter accepts null values. Gets or sets a value that indicates whether the parameter accepts null values.
    Syntax
    'Declaration
     
    
    Public Overrides Property IsNullable As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBParameter
    Dim value As System.Boolean
     
    instance.IsNullable = value
     
    value = instance.IsNullable
    public override System.bool IsNullable {get; set;}

    Property Value

    true if null values are accepted; otherwise false. The default is false.
    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