RecroGridContextEnsureDbService Method

Ensures the database service.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public bool EnsureDbService(
	string contextType
)

Parameters

contextType  String
 

Return Value

Boolean
true if successful; otherwise, false.

Implements

IRecroGridContextEnsureDbService(String)

See Also