Click or drag to resize

RecroGridContextEnsureDbService Method

Ensures the database service.

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

Parameters

contextType
Type: SystemString

[Missing <param name="contextType"/> documentation for "M:Recrovit.RecroGridFramework.RecroGridContext.EnsureDbService(System.String)"]

Return Value

Type: Boolean
true if successful; otherwise, false.

Implements

IRecroGridContextEnsureDbService(String)
See Also