DataProjectorToObjectRowList Constructor |
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic DataProjectorToObjectRowList(
List<Object[]> results
)
Public Sub New (
results As List(Of Object())
)
Parameters
- results
- Type: System.Collections.GenericListObject
The results.
See Also