MetaAssociation.OtherKeyIsPrimaryKey Propiedad

Definición

Cuando se reemplaza en una clase derivada, obtiene un valor que indica si OtherKey forma la identidad del otro tipo.

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

Valor de propiedad

true es si forma OtherKey la identidad (clave principal) del otro tipo; en caso contrario, falsees .

Se aplica a