Click or drag to resize
LLBLGenProDataSourceTypedList Property
Gets or sets the typed list contained in this object. Only valid if DataContainerType is set to TypedList.

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
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ITypedListLgp TypedList { get; set; }

Property Value

Type: ITypedListLgp
See Also