AddCondition Method
See Also 
SourceCode.SmartObjects.Authoring Namespace > ServiceJoin Class : AddCondition Method



name
toProperty
fromProperty

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub AddCondition( _
   ByVal name As String, _
   ByVal toProperty As ServiceObjectProperty, _
   ByVal fromProperty As ServiceObjectProperty _
) 
Visual Basic (Usage) Copy Code
Dim instance As ServiceJoin
Dim name As String
Dim toProperty As ServiceObjectProperty
Dim fromProperty As ServiceObjectProperty
 
instance.AddCondition(name, toProperty, fromProperty)

Parameters

name
toProperty
fromProperty

Requirements

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

See Also