Condividi tramite


IDbSetFinder.FindSets(Type) Metodo

Definizione

Trova DbSet<TEntity> le proprietà in un tipo che eredita da DbContext.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty> FindSets (Type contextType);
abstract member FindSets : Type -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty>
Public Function FindSets (contextType As Type) As IReadOnlyList(Of DbSetProperty)

Parametri

contextType
Type

Tipo che eredita da DbContext

Restituisce

Elenco delle proprietà trovate.

Si applica a