Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumn Class / AllowDBNull Property


In This Topic
AllowDBNull Property
In This Topic
Gets or sets whether null values are allowed in this column for rows that belong to the table.
Syntax
'Declaration
 
Public Property AllowDBNull As Boolean
 
'Usage
 
Dim instance As SpreadDataColumn
Dim value As Boolean
 
instance.AllowDBNull = value
 
value = instance.AllowDBNull
See Also