OleDbFactory::Instance Field

 

Gets an instance of the OleDbFactory. This can be used to retrieve strongly-typed data objects.

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

public:
static initonly OleDbFactory^ Instance

The following code fragment uses the P:System.Data.OleDb.OleDbFactory.Instance property to retrieve an OleDbFactory 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: