Click or drag to resize

RecroGridRGEntitySaveRGOptionsAsync Method

Saves the options to database.

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

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
rgProperty
Type: Recrovit.RecroGridFrameworkRecroGridRGProperty
The property.

Return Value

Type: Task

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

See Also