Condividi tramite


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Costruttore

Definizione

Inizializza una nuova istanza della classe PropertyAccessorCodeFragment.

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))

Parametri

parameter
String

Nome del parametro dell'espressione lambda.

properties
IReadOnlyList<String>

Elenco di proprietà rappresentate dall'espressione lambda.

Si applica a