Sdílet prostřednictvím


DbSet<TEntity>.Implicit(DbSet<TEntity> to DbSet) Operátor

Definice

Vrátí ekvivalentní objekt, který není obecný DbSet .

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.DbSet (System.Data.Entity.DbSet<TEntity> entry);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public static implicit operator System.Data.Entity.DbSet (System.Data.Entity.DbSet<TEntity> entry);
static member op_Implicit : System.Data.Entity.DbSet<'Entity (requires 'Entity : null)> -> System.Data.Entity.DbSet
Public Shared Widening Operator CType (entry As DbSet(Of TEntity)) As DbSet

Parametry

entry
DbSet<TEntity>

Obecný objekt sady.

Návraty

Objekt sady, který není obecný.

Atributy

Platí pro