共用方式為


MetaAssociation.IsNullable 屬性

定義

在衍生類別中覆寫時,會取得值,指出關聯是否可以為 null

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

屬性值

true 如果關聯可以是 ,則為 null,否則為 false

適用於