You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The documentation for the DbConnectionFactory CreateTransient overload that takes an IDataLoader says
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
this is not at all clear from the CreateTransient usage documentation
EntityFramework-Effort/Main/Source/Effort.Shared/DbConnectionFactory.cs
Line 160 in 1b772b2
The text was updated successfully, but these errors were encountered: