-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
The documentation for the DbConnectionFactory CreateTransient overload that takes an IDataLoader says
If the database is accessed the first time, then its state will be initialized by the provided object.
The problem is that what it actually does is get and store the Type object and the value of the Argument parameter which although there is a documentation note that
Gets or sets the argument that describes the complete state of the data loader.
this is not at all clear from the CreateTransient usage documentation
| connectionString.DataLoaderType = dataLoader.GetType(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels