Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Entity Framework 6.0
 

Returns the equivalent non-generic DbSet object.

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

public:
static 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.

Return to top
Show: