JsonQueryExpression.BindNavigation(INavigation) 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.
Binds a navigation with this JSON query expression to get the SQL representation.
public virtual Microsoft.EntityFrameworkCore.Query.JsonQueryExpression BindNavigation (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
abstract member BindNavigation : Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.Query.JsonQueryExpression
override this.BindNavigation : Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.Query.JsonQueryExpression
Public Overridable Function BindNavigation (navigation As INavigation) As JsonQueryExpression
Parameters
- navigation
- INavigation
The navigation to bind.
Returns
An JSON query expression for the target entity type of the navigation.
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