DbContext.GetType Method

Entity Framework 5.0

Gets the type for the current context.

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

public function GetType() : Type

Return Value

Type: System.Type
The type for the current context.
Show: