RecroGridRGEntitySaveRGOptionsAsync Method

Saves the options to database.

Definition

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

Parameters

context  IRGDataContext
The context.
rgProperty  RecroGridRGProperty
The property.

Return Value

Task

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.RGEntity.SaveRGOptionsAsync(Recrovit.RecroGridFramework.Data.IRGDataContext,Recrovit.RecroGridFramework.RecroGrid.RGProperty)"]

See Also