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

On this page
    SourceColumnNullMapping Property
    On this page
    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