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.5.0.0 (5.5.18.1019)
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ITypedListLgp TypedList { get; set; }<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property TypedList As ITypedListLgp
	Get
	Set
Property Value
Type: 
ITypedListLgp
See Also