OracleClientFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
OracleClientFactory has been deprecated. http://go.microsoft.com/fwlink/?LinkID=144260
Represents a set of methods for creating instances of the Oracle provider's implementation of the data source classes.
public ref class OracleClientFactory sealed : System::Data::Common::DbProviderFactory
public sealed class OracleClientFactory : System.Data.Common.DbProviderFactory
[System.Obsolete("OracleClientFactory has been deprecated. http://go.microsoft.com/fwlink/?LinkID=144260", false)]
public sealed class OracleClientFactory : System.Data.Common.DbProviderFactory
type OracleClientFactory = class
inherit DbProviderFactory
[<System.Obsolete("OracleClientFactory has been deprecated. http://go.microsoft.com/fwlink/?LinkID=144260", false)>]
type OracleClientFactory = class
inherit DbProviderFactory
Public NotInheritable Class OracleClientFactory
Inherits DbProviderFactory
- Inheritance
- Attributes
Remarks
This type is deprecated and will be removed in a future version of the .NET Framework. For more information, see Oracle and ADO.NET.
Fields
Instance |
Gets an instance of the OracleClientFactory, which can be used to retrieve strongly typed data objects. |
Properties
CanCreateBatch |
Gets a value that indicates whether this DbProviderFactory instance supports the DbBatch class. (Inherited from DbProviderFactory) |
CanCreateCommandBuilder |
Gets a value that indicates whether this DbProviderFactory instance supports the DbCommandBuilder class. (Inherited from DbProviderFactory) |
CanCreateDataAdapter |
Gets a value that indicates whether this DbProviderFactory instance supports the DbDataAdapter class. (Inherited from DbProviderFactory) |
CanCreateDataSourceEnumerator |
Gets a value that indicates whether this DbProviderFactory instance supports the DbDataSourceEnumerator class. (Inherited from DbProviderFactory) |
Methods
CreateBatch() |
Returns a new instance of the provider's class that implements the DbBatch class. (Inherited from DbProviderFactory) |
CreateBatchCommand() |
Returns a new instance of the provider's class that implements the DbBatchCommand class. (Inherited from DbProviderFactory) |
CreateCommand() |
Returns a strongly typed DbCommand instance. |
CreateCommandBuilder() |
Returns a strongly typed DbCommandBuilder instance. |
CreateConnection() |
Returns a strongly typed DbConnection instance. |
CreateConnectionStringBuilder() |
Returns a strongly typed DbConnectionStringBuilder instance. |
CreateDataAdapter() |
Returns a strongly typed DbDataAdapter instance. |
CreateDataSource(String) |
Returns a new instance of the provider's class that implements the DbDataSource class, representing the database for the given connection string and ready to hand out connections to it. (Inherited from DbProviderFactory) |
CreateDataSourceEnumerator() |
Returns a new instance of the provider's class that implements the DbDataSourceEnumerator class. (Inherited from DbProviderFactory) |
CreateParameter() |
Returns a strongly typed DbParameter instance. |
CreatePermission(PermissionState) |
Returns a strongly typed CodeAccessPermission instance. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |