Click or drag to resize
LLBLGenProDataSource2UnitOfWorkObject 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.0.0.0 (5.0.0)
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public UnitOfWork2 UnitOfWorkObject { get; }

Property Value

Type: UnitOfWork2
See Also