Click or drag to resize

RecroGridRGEntitySaveRGPropertiesAsync Method

A tulajdonságok tárolása adatbázisba, majd újraolvassa az adatbázisból.

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

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.
context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
rgProperties
Type: System.Collections.GenericListRecroGridRGProperty
The properties.

Return Value

Type: TaskListRecroGridRGProperty
The properties.
See Also