Sdílet prostřednictvím


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Konstruktor

Definice

Inicializuje novou instanci PropertyAccessorCodeFragment třídy.

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

Parametry

parameter
String

Název parametru lambda.

properties
IReadOnlyList<String>

Seznam vlastností reprezentovaných lambdou

Platí pro