Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
DatabaseLoader sample loading an IDataView from SQL Server localdb #617
Conversation
…lClientFactory.Instance
bc306e5
into
dotnet:master
|
@CESARDELATORRE, I did a deferred review. The experience seems pretty good. And I agree with you that it could be even better with some sugar method that loads directly from the arguments of DatabaseSource. I can also see other possible shortcuts of similar nature. For example, although DbProviderFactory is the all encompassing root concept if you need everything from an ADO.NET provider, a DbConnection can give you everything but DbConnectionStringBuilder, and it is a much more familiar abstraction for most users than the DbProviderFactory. So, unless you need to manipulate connection strings in a provider agnostic way (not commonly a useful thing to do), you could make the sugar Load method generic on the provider's DbConnection type. All in all, I would would love to meet with you and the devs and walk trough the product code and API. It is likely that more things like this will come up. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

DatabaseLoader sample loading an IDataView from SQL Server localdb
Using public preview.