Click or drag to resize

RGDataContextIsDatabaseInitialized Property

Gets a value indicating whether database is initialized.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static bool IsDatabaseInitialized { get; }

Property Value

Type: Boolean
true if database is initialized; otherwise, false.
See Also