Click or drag to resize

ElementCreatorBaseCreateDynamicRelation 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.9.0.0 (5.9.0)
Syntax
public abstract IDynamicRelation CreateDynamicRelation(
	DerivedTableDefinition leftOperand
)

Parameters

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

Return Value

Type: IDynamicRelation
ready to use dynamic relation

Implements

IElementCreatorCoreCreateDynamicRelation(DerivedTableDefinition)
See Also