Compartir a través de


DbExpressionBuilder.GetEntityRef(DbExpression) Método

Definición

Crea un nuevo DbEntityRefExpression objeto que recupera la referencia de la entidad especificada en forma estructural.

public static System.Data.Entity.Core.Common.CommandTrees.DbEntityRefExpression GetEntityRef (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member GetEntityRef : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbEntityRefExpression
<Extension()>
Public Function GetEntityRef (argument As DbExpression) As DbEntityRefExpression

Parámetros

argument
DbExpression

Expresión que proporciona la entidad. Esta expresión debe tener un tipo de resultado de entidad.

Devoluciones

Nuevo DbEntityRefExpression que recupera una referencia a la entidad especificada.

Excepciones

el argumento es null.

argument no tiene un tipo de resultado de entidad.

Se aplica a