objecttorecordlist-using-c-reflection
Web icon

ObjectToRecordList (Using C# Reflection)

Stable version 2.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 16 Jan
 by 
5.0
 (3 ratings)
objecttorecordlist-using-c-reflection

ObjectToRecordList (Using C# Reflection)

Documentation
2.0.0

This component has an extension named "ObjectToRecordList". Inside this extension, there is a single method:


This method receives an Object (RecordList parameter, that can be a record list or a record).

It outputs the list of fields and data of the read object.

The optional parameter "TableChar" can be used with databases where the '_' * (underscore) should be translated to another character, as a dash '-' or other. It's an optional replace for the underscore char.