PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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))
Paramètres
- parameter
- String
Nom du paramètre lambda.
- properties
- IReadOnlyList<String>
Liste des propriétés représentées par le lambda.