MobileAppTableConfiguration.MapTableControllers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps all controllers that derive from TableController to the route template "tables/{controller}/{id}".
public Microsoft.Azure.Mobile.Server.Tables.Config.MobileAppTableConfiguration MapTableControllers ();
member this.MapTableControllers : unit -> Microsoft.Azure.Mobile.Server.Tables.Config.MobileAppTableConfiguration
Public Function MapTableControllers () As MobileAppTableConfiguration
Returns
The current MobileAppTableConfiguration.