RecroGridRGEntitySaveRGOptionsAsync Method

Saves the options to database.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
protected Task SaveRGOptionsAsync(
	IRGDataContext context,
	RecroGridRGProperty rgProperty
)

Parameters

context  IRGDataContext
The context.
rgProperty  RecroGridRGProperty
The property.

Return Value

Task

See Also