Metodo EntityType.AddNavigationProperty
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Aggiunge una proprietà di navigazione specificata ai membri di questo tipo. La proprietà di navigazione viene aggiunta indipendentemente dal flag di sola lettura.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")> _
Public Sub AddNavigationProperty ( _
property As NavigationProperty _
)
'Utilizzo
Dim instance As EntityType
Dim property As NavigationProperty
instance.AddNavigationProperty(property)
[SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public void AddNavigationProperty(
NavigationProperty property
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1011:ConsiderPassingBaseTypesAsParameters")]
public:
void AddNavigationProperty(
NavigationProperty^ property
)
[<SuppressMessageAttribute("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")>]
member AddNavigationProperty :
property:NavigationProperty -> unit
public function AddNavigationProperty(
property : NavigationProperty
)
Parametri
- property
Tipo: System.Data.Entity.Core.Metadata.Edm.NavigationProperty
Proprietà di navigazione da aggiungere.