PropertyParameterBinding(IProperty) Konstruktor

Definition

Erstellt eine neue PropertyParameterBinding instance für die angegebene IProperty.

public PropertyParameterBinding (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding
Public Sub New (property As IProperty)

Parameter

property
IProperty

Die zu bindende Eigenschaft.

Gilt für: