posted on Monday, October 06, 2003 9:01 AM by NenoLoje

Creating a Custom ADO.NET Provider

ADO.NET makes it painless to create a custom data provider. All you'll need to do is create a set of classes that implement the core ADO.NET interfaces. In this article, Matthew MacDonald demonstrates a "reflection provider" that allows you to query the types and members that exist in a .NET assembly using ADO.NET and the DataSet (von Matthew MacDonald).

Diesen und weitere Artikel für Hardcore-.NET-Entwickler lesen Sie unter: www.hardcorevisualstudio.com.

Comments