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.
OdbcFactory::Instance Field
.NET Framework (current version)
Gets an instance of the OdbcFactory, which can be used to retrieve strongly-typed data objects.
Assembly: System.Data (in System.Data.dll)
Field Value
Type: System.Data.Odbc::OdbcFactory^The following code fragment uses the P:System.Data.Odbc.OdbcFactory.Instance property to retrieve an OdbcFactory instance, and then return a strongly-typed DbCommand instance:
.NET Framework
Available since 2.0
Available since 2.0
Show: