WA_EntityController..::..GetViewSchema Method
Gets the view schema for a given object and view name.
Namespace:
FLEXYGO.WebApiControllersAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[HttpGetAttribute] [RouteAttribute] public IHttpActionResult GetViewSchema( string ObjectName, string ViewName )
<HttpGetAttribute> _ <RouteAttribute> _ Public Function GetViewSchema ( _ ObjectName As String, _ ViewName As String _ ) As IHttpActionResult