MetaAssociation.IsNullable Property

Definition

When overridden in a derived class, gets a value that indicates whether the association can be null.

public:
 abstract property bool IsNullable { bool get(); };
public abstract bool IsNullable { get; }
member this.IsNullable : bool
Public MustOverride ReadOnly Property IsNullable As Boolean

Property Value

true if the association can be null; otherwise, false.

Applies to