QueryBuildDataSource.rightOuterJoin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
rightOuterJoin() | |
rightOuterJoin(Boolean) |
rightOuterJoin()
public:
virtual bool rightOuterJoin();
public virtual bool rightOuterJoin ();
abstract member rightOuterJoin : unit -> bool
override this.rightOuterJoin : unit -> bool
Public Overridable Function rightOuterJoin () As Boolean
Returns
Applies to
rightOuterJoin(Boolean)
public:
virtual bool rightOuterJoin(bool _value);
public virtual bool rightOuterJoin (bool _value);
abstract member rightOuterJoin : bool -> bool
override this.rightOuterJoin : bool -> bool
Public Overridable Function rightOuterJoin (_value As Boolean) As Boolean
Parameters
- _value
- Boolean