Click or drag to resize
IElementCreatorCoreCreateDynamicRelation Method (DerivedTableDefinition)
Creates a new dynamic relation instance

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
IDynamicRelation CreateDynamicRelation(
	DerivedTableDefinition leftOperand
)

Parameters

leftOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesDerivedTableDefinition
The left operand.

Return Value

Type: IDynamicRelation
ready to use dynamic relation
See Also