Compartir a través de


DbSetProperty(String, Type, IClrPropertySetter) Constructor

Definición

Inicializa una nueva DbSetProperty con valores especificados.

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

Nombre de DbSet.

type
Type

Tipo clr de entidad de DbSet.

setter
IClrPropertySetter

Establecedor de la propiedad DbSet.

Se aplica a