共用方式為


MetaAssociation.IsMany 屬性

定義

在衍生類別中覆寫時,會取得值,指出關聯是否代表一對多關聯性。

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

屬性值

true 如果關聯代表一對多關聯性,則為 ;否則為 false

適用於