次の方法で共有


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 プロパティのセッター。

適用対象