Share via


StructuralTypeProjectionExpression.BindComplexProperty Method

Definition

Binds a complex property with this structural type projection to get a shaper expression for the target complex type.

public virtual Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression BindComplexProperty (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
abstract member BindComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression
override this.BindComplexProperty : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.Query.StructuralTypeShaperExpression
Public Overridable Function BindComplexProperty (complexProperty As IComplexProperty) As StructuralTypeShaperExpression

Parameters

complexProperty
IComplexProperty

A complex property to bind.

Returns

A shaper expression for the target complex type.

Applies to