Whether or not the data object allows null values.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual bool AllowDBNull { get; }
Visual Basic
Public Overridable ReadOnly Property AllowDBNull As Boolean
	Get

Property Value

Type: Boolean

Implements

IDataObject..::..AllowDBNull

See Also