PropertyAccessorCodeFragment(String, IReadOnlyList<String>) 构造函数

定义

初始化 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))

参数

parameter
String

lambda 参数的名称。

properties
IReadOnlyList<String>

lambda 表示的属性列表。

适用于