共用方式為


DbSetProperty(String, Type, IClrPropertySetter) 建構函式

定義

使用指定的值初始化 new DbSetProperty

public DbSetProperty (string name, Type type, Microsoft.EntityFrameworkCore.Metadata.IClrPropertySetter setter);
public DbSetProperty (string name, Type type, Microsoft.EntityFrameworkCore.Metadata.IClrPropertySetter? setter);
new Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty : string * Type * Microsoft.EntityFrameworkCore.Metadata.IClrPropertySetter -> Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty
Public Sub New (name As String, type As Type, setter As IClrPropertySetter)

參數

name
String

DbSet 的名稱。

type
Type

DbSet 的實體 clr 類型。

setter
IClrPropertySetter

DbSet 屬性的 setter。

適用於