MetaAssociation.ThisKeyIsPrimaryKey 属性

定义

在派生类中重写时,获取一个值,该值指示 ThisKey 是否形成此类型的标识。

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

属性值

true 如果 ThisKey 构成关联 (主键) 标识,则为 ;否则为 false

适用于