GeneralUtils.ProduceEmptyDataSet Method |
Produces an empty DataSet, with for every element specified in the specified prefetch path a DataTable. It adds PK constraints and
DataRelations to each datatable added. The datatables have the name of the entity: per entity type found there's 1 table.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
RemarksUse the returned DataSet for hierarchical projections
See Also