DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameter Class / IsNullable Property

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