Share via


QueryBuildDataSource.unionType Method

Definition

Overloads

unionType()
unionType(Int32)

unionType()

public:
 virtual int unionType();
public virtual int unionType ();
abstract member unionType : unit -> int
override this.unionType : unit -> int
Public Overridable Function unionType () As Integer

Returns

Applies to

unionType(Int32)

public:
 virtual int unionType(int _value);
public virtual int unionType (int _value);
abstract member unionType : int -> int
override this.unionType : int -> int
Public Overridable Function unionType (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to