DataMashup

DataMashup class

Represents mashup data.

class DataMashup;

Methods

MethodDescription
getPowerQueryFormulas()Gets all power query formulas.
isNull()Checks whether the implementation object is null.

getPowerQueryFormulas()

Gets all power query formulas.

getPowerQueryFormulas() : PowerQueryFormulaCollection;

Returns

PowerQueryFormulaCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;