PropertyParameterExpression(String, IProperty) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
PropertyParameterExpression'ın yeni bir örneğini oluşturur.
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)
Parametreler
- name
- String
Parametre adı.
- property
- IProperty
Erişecek özellik.