AssociationProvider.IsPrimaryKeyInThisTable Property

Definition

Gets or sets a value that indicates whether the From column part of the primary key is in the table.

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

Property Value

true if the From column part of the primary key is in the table; otherwise, false.

Applies to