Click or drag to resize
LLBLGenProDataSource2TypedView Property
Gets the typed view contained in this object. Only valid if DataContainerType is set to TypedView.

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 ITypedView2 TypedView { get; set; }

Property Value

Type: ITypedView2
See Also