DbSetProperty(String, Type, IClrPropertySetter) Oluşturucu

Tanım

Verilen değerlerle yeniyi DbSetProperty başlatır.

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)

Parametreler

name
String

DbSet adı.

type
Type

DbSet'in varlık clr türü.

setter
IClrPropertySetter

DbSet özelliği için ayarlayıcı.

Şunlara uygulanır