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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework