ComponentOne Web API Edition
GetFields(String) Method

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

Parameters

dataSourceKey
The data source key specifies the data.

Return Value

The field list and the total data count.
See Also

Reference

DataEngineController Class
DataEngineController Members