DataMashup
DataMashup class
Represents mashup data.
class DataMashup;
Properties
Property | Type | Description |
---|---|---|
powerQueryFormulas | PowerQueryFormulaCollection | Readonly. Gets all power query formulas. |
Methods
Method | Description |
---|---|
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
isNull()
Checks whether the implementation object is null.
isNull() : boolean;