JsonQueryExpression.BindStructuralProperty(IPropertyBase) Method

Definition

Binds a navigation or complex property with this JSON query expression to get the SQL representation.

public virtual Microsoft.EntityFrameworkCore.Query.JsonQueryExpression BindStructuralProperty(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase structuralProperty);
abstract member BindStructuralProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Query.JsonQueryExpression
override this.BindStructuralProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Query.JsonQueryExpression
Public Overridable Function BindStructuralProperty (structuralProperty As IPropertyBase) As JsonQueryExpression

Parameters

structuralProperty
IPropertyBase

The navigation or complex property to bind.

Returns

An JSON query expression for the target entity or complex type.

Applies to