DbSetProperty(String, Type, IClrPropertySetter) Oluşturucu

Tanım

DbSetPropertyVerilen değerlerle yeni bir değer 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 'in adı.

type
Type

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

setter
IClrPropertySetter

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

Şunlara uygulanır