Condividi tramite


DbSetProperty(String, Type, IClrPropertySetter) Costruttore

Definizione

Inizializza nuovo DbSetProperty con i valori specificati.

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)

Parametri

name
String

Nome di DbSet.

type
Type

Tipo di entità clr di DbSet.

setter
IClrPropertySetter

Setter per la proprietà DbSet.

Si applica a