ComponentOne Studio Web API Edition
GetRawData(String,Nullable<Int32>,Nullable<Int32>) Method

The data source key specifies the data.
A number value which is used to exclude the first n entities. n is specified by this value
A number value which indicates the count of the data requested.
Gets the raw data.
Syntax
'Declaration
 
<HttpGetAttribute()>
<RouteAttribute("{dataSourceKey}")>
Public Overridable Function GetRawData( _
   ByVal dataSourceKey As String, _
   Optional ByVal skip As Nullable(Of Integer), _
   Optional ByVal top As Nullable(Of Integer) _
) As IHttpActionResult
[HttpGet()]
[Route("{dataSourceKey}")]
public virtual IHttpActionResult GetRawData( 
   string dataSourceKey,
   Nullable<int> skip,
   Nullable<int> top
)

Parameters

dataSourceKey
The data source key specifies the data.
skip
A number value which is used to exclude the first n entities. n is specified by this value
top
A number value which indicates the count of the data requested.

Return Value

The raw data and the total count of all the raw data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataEngineController Class
DataEngineController Members

 

 


Copyright © GrapeCity, inc. All rights reserved.