Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected override void LoadViewState(
	Object savedState
)

Parameters

savedState
Type: SystemObject
An Object that represents the control state to be restored.
See Also