I think you'll find that there isn't a dotnet equivalent because the data control is BAD news.

You can use the ADO COM control by adding a reference to the relevant library, but if you're doing .NET, you shouldn't be using it at all. If you really need it, you should create your own based on a dataset.