RecroGrid.RGEntity.SaveRGOptionsAsync Method

Saves the options to database.

Definition

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

Parameters

context  IRGDataContext
The context.
rgProperty  RecroGrid.RGProperty
The property.

Return Value

Task

See Also