[]
Gets the raw data.
public virtual IHttpActionResult GetRawData(string dataSourceKey, int? skip = null, int? top = null)
Type | Name | Description |
---|---|---|
string | dataSourceKey | The data source key specifies the data. |
int? | skip | A number value which is used to exclude the first n entities. n is specified by this value |
int? | top | A number value which indicates the count of the data requested. |
Type | Description |
---|---|
IHttpActionResult | The raw data and the total count of all the raw data. |