XmlaDataSourceBuilder.Url(String) Method
Specifies the database that contains the OLAP cube to use.
Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public XmlaDataSourceBuilder Url(
string url
)
Parameters
Name | Type | Description |
---|---|---|
url | String | The option value. |
Returns
Type |
---|
XmlaDataSourceBuilder |
See Also