The Bind method is used to bind the SiteMap to the Model. Note that the MVC SiteMap can only be bound to hierarchal data sources, and as such, a Model object passed to the Bind method must support the IHierarchicalEnumerable interface or IHierarchicalNodeProvider interface.
This demo show use Norwind sample database and binding the menu to category and production data.