Click or drag to resize

RGDataContextDefaultDbContextType Property

Gets or sets the default type of the database context.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static Type DefaultDbContextType { get; set; }

Property Value

Type: Type
The default type of the database context.
See Also