dotConnect for Oracle Documentation
Devart.Common Namespace / DbParameterBase Class / SourceColumnNullMapping Property

In This Topic
    SourceColumnNullMapping Property
    In This Topic
    Sets or gets a value which indicates whether the source column is nullable.
    Syntax
    'Declaration
     
    Public Overrides Property SourceColumnNullMapping As Boolean
    public override bool SourceColumnNullMapping {get; set;}

    Property Value

    true if source column is nullable; otherwise, false. The default value is false.
    See Also