DataProjectorToCustomClassT Constructor (ListT) |
CTor
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DataProjectorToCustomClass(
List<T> destination
)
Public Sub New (
destination As List(Of T)
)
Parameters
- destination
- Type: System.Collections.GenericListT
destination collection of new projection results
See Also