IRGDataRecordExtensionToDynamicDictionary Method

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
public static RgfDynamicDictionary ToDynamicDictionary(
	this IRGDataRecord dataRec
)

Parameters

dataRec  IRGDataRecord
 

Return Value

RgfDynamicDictionary

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRGDataRecord. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also