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.4.0.0 (5.4.0)
Syntax [BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public IDataAccessAdapter AdapterToUse { get; set; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property AdapterToUse As IDataAccessAdapter
Get
Set
Property Value
Type:
IDataAccessAdapterThe adapter to use.
See Also