Class OracleTypeLocator
Assemblies and types used for interacting with Oracle
Inheritance
System.Object
OracleTypeLocator
Namespace: Steeltoe.Connector.Oracle
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class OracleTypeLocator : object
Properties
| Edit this page View SourceAssemblies
Gets a list of supported Oracle Client assemblies
Declaration
public static string[] Assemblies { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionTypeNames
Gets a list of Oracle types that implement IDbConnection
Declaration
public static string[] ConnectionTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
OracleConnection
Gets SqlConnection from a Oracle Library
Declaration
public static Type OracleConnection { get; }
Property Value
Type | Description |
---|---|
Type |