Click or drag to resize
LLBLGenProDataSourceDesignerInitialize Method
Initializes the control designer and loads the specified component.

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
public override void Initialize(
	IComponent component
)

Parameters

component
Type: System.ComponentModelIComponent
The control being designed.

Implements

IDesignerInitialize(IComponent)
See Also