DataMashup

DataMashup class

Represents mashup data.

class DataMashup;

Properties

PropertyTypeDescription
powerQueryFormulasPowerQueryFormulaCollectionReadonly. Gets all power query formulas.

Methods

MethodDescription
getPowerQueryFormulas()@deprecated. Please use the ‘powerQueryFormulas’ property instead. Gets all power query formulas.
isNull()Checks whether the implementation object is null.

powerQueryFormulas

Readonly. Gets all power query formulas.

powerQueryFormulas : PowerQueryFormulaCollection;

getPowerQueryFormulas()

@deprecated. Please use the ‘powerQueryFormulas’ property instead. Gets all power query formulas.

getPowerQueryFormulas() : PowerQueryFormulaCollection;

Returns

PowerQueryFormulaCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;