JsonQueryExpression.BindStructuralProperty(IPropertyBase) 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 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.