DbSet<TEntity>Implicit Conversion (DbSet<TEntity> to DbSet)

 

Returns the equivalent non-generic DbSet object.

Namespace:   System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

public static implicit operator DbSet (
	DbSet<TEntity> entry
)

Parameters

entry
Type: System.Data.Entity.DbSet<TEntity>

The generic set object.

Return Value

Type: System.Data.Entity.DbSet

The non-generic set object.