DbExpressionBuilder.Deref(DbExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new DbDerefExpression that retrieves a specific Entity given a reference expression.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Deref")]
public static System.Data.Entity.Core.Common.CommandTrees.DbDerefExpression Deref (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Deref : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbDerefExpression
<Extension()>
Public Function Deref (argument As DbExpression) As DbDerefExpression
Parameters
- argument
- DbExpression
An DbExpression that provides the reference. This expression must have a reference Type.
Returns
A new DbDerefExpression that retrieves the specified Entity.
- Attributes
Exceptions
argument is null.
argument does not have a reference result type.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework