'Declaration
<HttpPostAttribute()> <RouteAttribute("{dataSourceKey}")> Public Overridable Function GetDetail( _ ByVal dataSourceKey As String, _ ByVal er As DetailRequest _ ) As IHttpActionResult
[HttpPost()] [Route("{dataSourceKey}")] public virtual IHttpActionResult GetDetail( string dataSourceKey, DetailRequest er )
Parameters
- dataSourceKey
- The data source key specifies the data.
- er
- The request for the cell detail raw data.
Return Value
The raw data which the cell includes and the total count of the cell raw data.