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.4.0.0 (5.4.0)
Syntax public static void CreateDataRelations(
DataSet destination,
List<IEntityRelation> relations
)
Public Shared Sub CreateDataRelations (
destination As DataSet,
relations As List(Of IEntityRelation)
)
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