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

In This Topic
    GetFields(String) 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 IActionResult
    [HttpGet()]
    [Route("{dataSourceKey}/fields")]
    public virtual IActionResult GetFields( 
       string dataSourceKey
    )

    Parameters

    dataSourceKey
    The data source key specifies the data.

    Return Value

    The field list and the total data count.
    See Also