Sdílet prostřednictvím


PropertyParameterExpression(String, IProperty) Konstruktor

Definice

Vytvoří novou instanci PropertyParameterExpression.

public PropertyParameterExpression (string name, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Query.Expressions.PropertyParameterExpression : string * Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.Expressions.PropertyParameterExpression
Public Sub New (name As String, property As IProperty)

Parametry

name
String

Název parametru.

property
IProperty

Vlastnost pro přístup.

Platí pro