Freigeben über


StructuralTypeProjectionExpression.BindComplexProperty Methode

Definition

Bindet eine komplexe Eigenschaft an diese Strukturtypprojektion, um einen Shaperausdruck für den komplexen Zieltyp abzurufen.

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

Parameter

complexProperty
IComplexProperty

Eine komplexe Eigenschaft, die gebunden werden soll.

Gibt zurück

Ein Shaper-Ausdruck für den komplexen Zieltyp.

Gilt für: