Please enable JavaScript to view this site.

Generic type lists <T>

 

.NET exclusive, are T generic type lists that are capable of automatically feeding their properties through a combination of metadata in the destination class (T). This process requires an extra processing time per record for the assignment of the data in their corresponding properties in the destination class, so it is not recommended that the functions are used when working with a big amount of data

 

For further information, visit the AUTOMATIC CLASSES section