다음을 통해 공유


DbSetProperty(String, Type, IClrPropertySetter) 생성자

정의

지정된 값을 사용하여 새 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입니다.

적용 대상