Click or drag to resize

GeneralUtils.CreateDataRelations Method

Creates the data relations in the dataset passed in for the relations passed in. Only create relations where the start entity is the FK side.

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
public static void CreateDataRelations(
	DataSet destination,
	List<IEntityRelation> relations
)

Parameters

destination
Type: System.Data.DataSet
The destination to create the datarelations in.
relations
Type: System.Collections.Generic.List<IEntityRelation>
The relations to use for creating the datarelations.
See Also