Visual Basic (Declaration) | |
---|---|
Public Overloads Sub AddJoin( _ ByVal fromSmartObject As SmartObject, _ ByVal fromExecuteMethod As String, _ ByVal fromProperty As SmartProperty, _ ByVal toSmartObject As SmartObject, _ ByVal toExecuteMethod As String, _ ByVal toProperty As SmartProperty _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As JoinDetails Dim fromSmartObject As SmartObject Dim fromExecuteMethod As String Dim fromProperty As SmartProperty Dim toSmartObject As SmartObject Dim toExecuteMethod As String Dim toProperty As SmartProperty instance.AddJoin(fromSmartObject, fromExecuteMethod, fromProperty, toSmartObject, toExecuteMethod, toProperty) |
C# | |
---|---|
public void AddJoin( SmartObject fromSmartObject, string fromExecuteMethod, SmartProperty fromProperty, SmartObject toSmartObject, string toExecuteMethod, SmartProperty toProperty ) |
C++/CLI | |
---|---|
public: void AddJoin( SmartObject^ fromSmartObject, String^ fromExecuteMethod, SmartProperty^ fromProperty, SmartObject^ toSmartObject, String^ toExecuteMethod, SmartProperty^ toProperty ) |
Parameters
- fromSmartObject
- fromExecuteMethod
- fromProperty
- toSmartObject
- toExecuteMethod
- toProperty
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2