Web API Edition | ComponentOne
C1.Web.Api.DataEngine Namespace / DataEngineController Class / GetFields Method
The data source key specifies the data.

In This Topic
    GetFields Method
    In This Topic
    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