Class RVODataDataSourceItem
OData data source item, see RVODataDataSource for more information.
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVODataDataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVODataDataSourceItem(RVODataDataSource)
Declaration
public RVODataDataSourceItem(RVODataDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVODataDataSource | dataSource |
Properties
Url
URL to the OData endpoint, must match the URL specified in the RVODataDataSource data source object.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | URL to the OData endpoint |