Freigeben über


StructuralTypeProjectionExpression.BindProperty(IProperty) Methode

Definition

Bindet eine Eigenschaft an diese Strukturtypprojektion, um die SQL-Darstellung abzurufen.

public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression BindProperty (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression
override this.BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression
Public Overridable Function BindProperty (property As IProperty) As ColumnExpression

Parameter

property
IProperty

Eine zu bindende Eigenschaft.

Gibt zurück

Eine Spalte, bei der es sich um eine SQL-Darstellung der -Eigenschaft handelt.

Gilt für: