The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SqlClientFactory::CreateCommandBuilder Method ()
.NET Framework (current version)
Returns a strongly typed DbCommandBuilder instance.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Data.Common::DbCommandBuilder^A new strongly typed instance of DbCommandBuilder.
The following code fragment returns a strongly typed DbCommandBuilder instance:
.NET Framework
Available since 2.0
Available since 2.0
Show: