Compartilhar via


DbSetProperty(String, Type, IClrPropertySetter) Construtor

Definição

Inicializa novo DbSetProperty com valores fornecidos.

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)

Parâmetros

name
String

O nome de DbSet.

type
Type

O tipo de entidade clr de DbSet.

setter
IClrPropertySetter

O setter para a propriedade DbSet.

Aplica-se a