Click or drag to resize

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

Parameters

destination
Type: System.DataDataSet
The destination to create the datarelations in.
relations
Type: System.Collections.GenericListIEntityRelation
The relations to use for creating the datarelations.
See Also