Click or drag to resize
LLBLGenProDataSource2AdapterToUse Property
Gets or sets the adapter to use. Only valid if LivePersistence is set to true, otherwise persistence for selects is delegated to events and for save/delete is delegated to a UnitOfWork object.

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 IDataAccessAdapter AdapterToUse { get; set; }

Property Value

Type: IDataAccessAdapter
The adapter to use.
See Also