共用方式為


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 所代表的屬性清單。

適用於