TypedViewExpressionGetRepresentingObjectForDynamicRelationSide Method |
Gets the representing object for this typed view for the dynamic relation side. If this typed view wraps a tvf call, this tvf call is returned (and
which gets this typed view's alias) otherwise this typed view'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