Navigation Methods
The Navigation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Deep clone of every settable property on Navigation, including audit columns
(CreatedBy/Date, LastModifiedBy/Date and the per-table NavigationPage_* / SitePage_* variants).
CustomProperties, NavigationPageAttributes, SitePageAttributes and NavigationAttribute are
cloned via their own Clone() implementations.
SitePages is copied as a new list whose items are the same SitePage references as the source (SitePage does not implement ICloneable). Callers that mutate SitePage objects on the clone will also mutate the source. No current caller does this. |
|
|
GetCommandToExecute |
Gets the command to execute.
|
|
|
GetParameters |
Retrieve the parameters required for the specified stored procedure
|
|
|
GetSQL |
Retrieve the parameters required for the specified stored procedure
|
|
|
SetData |
Sets the data.
|

