-
-
Notifications
You must be signed in to change notification settings - Fork 44
dataabstractions IDatabaseContextFactory
RaidMax edited this page May 21, 2023
·
1 revision
describes the capabilities of the database context factory
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Data.Abstractions
Data.Abstractions.IDatabaseContextFactory[[IDatabaseContextFactory]]
class Data.Abstractions.IDatabaseContextFactory interfaceStyle;
end
Returns | Name |
---|---|
DatabaseContext |
CreateContext (Nullable <bool > enableTracking) |
describes the capabilities of the database context factory
public DatabaseContext CreateContext(Nullable<bool> enableTracking)
Type | Name | Description |
---|---|---|
Nullable <bool > |
enableTracking |
Generated with ModularDoc