LLBLGenProDataSourceBaseLoadControlState Method  | 
 
            Restores control-state information from a previous page request that was saved by the 
SaveControlState method.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected override void LoadControlState(
	Object savedState
)
Protected Overrides Sub LoadControlState ( 
	savedState As Object
)
Parameters
- savedState
 - Type: SystemObject
An Object that represents the control state to be restored. 
See Also