AssociationProvider.IsPrimaryKeyInThisTable 属性

定义

获取或设置一个值,该值指示主键的 From 列部分是否在表中。

public:  virtual property bool IsPrimaryKeyInThisTable {  public:
bool get(); protected:
 void set(bool value); };
public virtual bool IsPrimaryKeyInThisTable { get; protected set; }
member this.IsPrimaryKeyInThisTable : bool with get, set
Public Overridable Property IsPrimaryKeyInThisTable As Boolean

属性值

Boolean

如果主键的 From 列部分在表中,则为 true;否则为 false

适用于