ComponentOne Studio Web API Edition
GetFields(String) Method

The data source key specifies the data.
Gets all the fields information defined in the data.
Syntax
[HttpGet()]
[Route("{dataSourceKey}/fields")]
public virtual IHttpActionResult GetFields( 
   string dataSourceKey
)
'Declaration
 
<HttpGetAttribute()>
<RouteAttribute("{dataSourceKey}/fields")>
Public Overridable Function GetFields( _
   ByVal dataSourceKey As String _
) As IHttpActionResult
 

Parameters

dataSourceKey
The data source key specifies the data.

Return Value

The field list and the total data count.
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 © 2025 GrapeCity, inc. All rights reserved.