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.ExpressionClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Object GetRepresentingObjectForDynamicRelationSide()
Public Function GetRepresentingObjectForDynamicRelationSide As Object
Return Value
Type:
ObjectSee Also