Click or drag to resize
EntityExpressionGetRepresentingObjectForDynamicRelationSide Method
Gets the representing object for this entity for dynamic relation side. If this entity wraps a tvf call, this tvf call is returned (and which gets this entity's alias) otherwise this entity's type is returned.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public Object GetRepresentingObjectForDynamicRelationSide()

Return Value

Type: Object
See Also