HeterogeneousColumn.DestinationNullable Property

Definition

Gets or sets whether the destination data can accept null values.

public:
 property bool DestinationNullable { bool get(); void set(bool value); };
public bool DestinationNullable { get; set; }
member this.DestinationNullable : bool with get, set
Public Property DestinationNullable As Boolean

Property Value

A Boolean value.

If true, the destination data can be set to null.

If false, the destination data cannot be set to null.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Applies to