Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected override void LoadControlState(
	Object savedState
)

Parameters

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