DataProjectorToDataTable Constructor |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public DataProjectorToDataTable(
DataTable destination
)
Public Sub New (
destination As DataTable
)
Parameters
- destination
- Type: System.DataDataTable
The destination of the data.
Remarks If the datatable doesn't have any columns defined, new ones are created using the propertyprojectors passed in when the first
row is created, and the types of the data.
See Also