Click or drag to resize
DataProjectorToDataTable Constructor
Initializes a new instance of the DataProjectorToDataTable class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DataProjectorToDataTable(
	DataTable destination
)

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