DbSet<TEntity>.GetType Method ()

 

Returns the type for the current DbSet.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Type GetType()

Return Value

Type: System.Type

The type for the current DbSet.