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.5.0.0 (5.5.18.1019)
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ITypedView2 TypedView { get; set; }

Property Value

Type: ITypedView2
See Also