dotConnect for SQLite 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
 

Property Value

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