MetaAssociation.ThisKeyIsPrimaryKey 属性
定义
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 。true if ThisKey forms the identity (primary key) of the association; otherwise, false.