RecroGrid.RGEntity.SaveRGPropertiesAsync Method

It stores the properties in the database, then reads them back from the database.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.11.0.24.1208.1
C#
public Task<List<RecroGrid.RGProperty>> SaveRGPropertiesAsync(
	IRecroGridContext rgContext,
	IRGDataContext context,
	List<RecroGrid.RGProperty> rgProperties
)

Parameters

rgContext  IRecroGridContext
The RecroGrid context.
context  IRGDataContext
The context.
rgProperties  List<RecroGrid.RGProperty>
The properties.

Return Value

Task<List<RecroGrid.RGProperty>>
The properties.

See Also