Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets an instance of the OdbcFactory, which can be used to retrieve strongly-typed data objects.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
static initonly OdbcFactory^ Instance

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:

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft