XmlaDataSourceBuilder.Cube(String) Method
Specifies the name of the OLAP cube to use from the catalog.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public XmlaDataSourceBuilder Cube(
string cube
)
Parameters
Name | Type | Description |
---|---|---|
cube | String | The option value. |
Returns
Type |
---|
XmlaDataSourceBuilder |
See Also