Click or drag to resize
LLBLGenProDataSourceUnitOfWorkObject Property
Gets the UnitOfWork object used by this control. Not defined if LivePersistence is set to true.

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 UnitOfWork UnitOfWorkObject { get; }

Property Value

Type: UnitOfWork
See Also