Compartilhar via


DbEntityEntry<TEntity>.Reference Método

Definição

Sobrecargas

Reference(String)

Obtém um objeto que representa a propriedade de navegação de referência (ou seja, não coleção) dessa entidade para outra entidade.

Reference<TProperty>(Expression<Func<TEntity,TProperty>>)

Obtém um objeto que representa a propriedade de navegação de referência (ou seja, não coleção) dessa entidade para outra entidade.

Reference<TProperty>(String)

Obtém um objeto que representa a propriedade de navegação de referência (ou seja, não coleção) dessa entidade para outra entidade.

Reference(String)

Obtém um objeto que representa a propriedade de navegação de referência (ou seja, não coleção) dessa entidade para outra entidade.

public System.Data.Entity.Infrastructure.DbReferenceEntry Reference (string navigationProperty);
member this.Reference : string -> System.Data.Entity.Infrastructure.DbReferenceEntry
Public Function Reference (navigationProperty As String) As DbReferenceEntry

Parâmetros

navigationProperty
String

O nome da propriedade de navegação.

Retornos

Um objeto que representa a propriedade de navegação.

Aplica-se a

Reference<TProperty>(Expression<Func<TEntity,TProperty>>)

Obtém um objeto que representa a propriedade de navegação de referência (ou seja, não coleção) dessa entidade para outra entidade.

public System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity,TProperty> Reference<TProperty> (System.Linq.Expressions.Expression<Func<TEntity,TProperty>> navigationProperty) where TProperty : class;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity,TProperty> Reference<TProperty> (System.Linq.Expressions.Expression<Func<TEntity,TProperty>> navigationProperty) where TProperty : class;
member this.Reference : System.Linq.Expressions.Expression<Func<'Entity, 'Property>> -> System.Data.Entity.Infrastructure.DbReferenceEntry<'Entity, 'Property (requires 'Entity : null and 'Property : null)> (requires 'Property : null)
Public Function Reference(Of TProperty As Class) (navigationProperty As Expression(Of Func(Of TEntity, TProperty))) As DbReferenceEntry(Of TEntity, TProperty)

Parâmetros de tipo

TProperty

O tipo da propriedade.

Parâmetros

navigationProperty
Expression<Func<TEntity,TProperty>>

Uma expressão que representa a propriedade de navegação.

Retornos

Um objeto que representa a propriedade de navegação.

Atributos

Aplica-se a

Reference<TProperty>(String)

Obtém um objeto que representa a propriedade de navegação de referência (ou seja, não coleção) dessa entidade para outra entidade.

public System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity,TProperty> Reference<TProperty> (string navigationProperty) where TProperty : class;
member this.Reference : string -> System.Data.Entity.Infrastructure.DbReferenceEntry<'Entity, 'Property (requires 'Entity : null and 'Property : null)> (requires 'Property : null)
Public Function Reference(Of TProperty As Class) (navigationProperty As String) As DbReferenceEntry(Of TEntity, TProperty)

Parâmetros de tipo

TProperty

O tipo da propriedade.

Parâmetros

navigationProperty
String

O nome da propriedade de navegação.

Retornos

Um objeto que representa a propriedade de navegação.

Aplica-se a