'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.