SqlClientFactory::CreateDataAdapter Method ()
.NET Framework (current version)
Returns a strongly typed DbDataAdapter instance.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Data.Common::DbDataAdapter^A new strongly typed instance of DbDataAdapter.
The following code fragment returns a strongly typed DbDataAdapter instance:
.NET Framework
Available since 2.0
Available since 2.0
Show: