Interface ILLBLGenDataContext
LLBLGen specialization of an IDataContext.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.LLBLGen
Assembly: Kephas.Data.LLBLGen.dll
Syntax
public interface ILLBLGenDataContext : IDataContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IIdentifiable, IDisposable, IInitializable
Properties
| Improve this Doc View SourceDataAccessAdapter
Gets the data access adapter.
Declaration
DataAccessAdapterBase DataAccessAdapter { get; }
Property Value
Type | Description |
---|---|
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase | The data access adapter. |