Visual Basic (Declaration) | |
---|---|
Public Sub AddCondition( _ ByVal toProperty As SmartProperty, _ ByVal fromProperty As SmartProperty _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Join Dim toProperty As SmartProperty Dim fromProperty As SmartProperty instance.AddCondition(toProperty, fromProperty) |
C# | |
---|---|
public void AddCondition( SmartProperty toProperty, SmartProperty fromProperty ) |
C++/CLI | |
---|---|
public: void AddCondition( SmartProperty^ toProperty, SmartProperty^ fromProperty ) |
Parameters
- toProperty
- fromProperty
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