Compartir a través de


MetaAssociation.OtherType Propiedad

Definición

Cuando se invalida en una clase derivada, obtiene el tipo del otro lado de la asociación.

public:
 abstract property System::Data::Linq::Mapping::MetaType ^ OtherType { System::Data::Linq::Mapping::MetaType ^ get(); };
public abstract System.Data.Linq.Mapping.MetaType OtherType { get; }
member this.OtherType : System.Data.Linq.Mapping.MetaType
Public MustOverride ReadOnly Property OtherType As MetaType

Valor de propiedad

Tipo en el otro lado de la asociación.

Se aplica a