LLBLGenProDataSourceBaseLoadViewState Method |
Restores view-state information from a previous page request that was saved by the
SaveViewState method.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected override void LoadViewState(
Object savedState
)
Protected Overrides Sub LoadViewState (
savedState As Object
)
Parameters
- savedState
- Type: SystemObject
An Object that represents the control state to be restored.
See Also