SqlCommandBuilder Object Reference

Because this chapter introduces the ADO.NET SqlCommandBuilder class, now is a great time to review the properties and methods of the SqlCommandBuilder class.

If you worked with different CommandBuilder classes in ADO.NET 1.x, you might have noticed that they did not share a common base class (other than System.Component). ADO.NET 2.0 introduces the DbCommandBuilder base class that all CommandBuilder classes should derive from. This change will help developers who want to use CommandBuilders from different .NET Data Providers through a common set of properties and methods.

Properties of the SqlCommandBuilder Class

Table 10-1 lists the properties of the SqlCommandBuilder class.

Table 10-1. Properties of the SqlCommandBuilder ...

Get Programming Microsoft® ADO.NET 2.0 Core Reference, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.