PropertyAccessorCodeFragment(String, IReadOnlyList<String>) 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.
PropertyAccessorCodeFragment sınıfının yeni bir örneğini başlatır.
public PropertyAccessorCodeFragment(string parameter, System.Collections.Generic.IReadOnlyList<string> properties);
new Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment : string * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment
Public Sub New (parameter As String, properties As IReadOnlyList(Of String))
Parametreler
- parameter
- String
Lambda parametresinin adı.
- properties
- IReadOnlyList<String>
Lambda tarafından temsil edilen özelliklerin listesi.