Sdílet prostřednictvím


DbSetProperty(String, Type, IClrPropertySetter) Konstruktor

Definice

Inicializuje nové DbSetProperty s použitím zadaných hodnot.

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)

Parametry

name
String

Název DbSet.

type
Type

Typ entity clr DbSet.

setter
IClrPropertySetter

Setter pro DbSet vlastnost.

Platí pro