Compartir a través de


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Constructor

Definición

Inicializa una nueva instancia de la clase 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))

Parámetros

parameter
String

Nombre del parámetro de la expresión lambda.

properties
IReadOnlyList<String>

Lista de propiedades representadas por la expresión lambda.

Se aplica a