OracleServiceCollectionExtensions Class

OracleServiceCollectionExtensions class is for extension methods to register OracleVectorStore or OracleCollection instances on an IServiceCollection. It extends the .NET IServiceCollection class through dependency injection to provide the application a service to register either OracleVectorStore or OracleCollection services.

Class Inheritance

System.Object

  Microsoft.Extensions.DependencyInjection.OracleServiceCollectionExtensions

Declaration

// C#
public static class OracleServiceCollectionExtensions

Thread Safety

All public methods are thread-safe, unless stated otherwise.

Requirements

Provider ODP.NET, Managed Driver ODP.NET Core

Assembly

Oracle.ManagedDataAccess.dll

Oracle.ManagedDataAccess.dll

Namespace

Oracle.ManagedDataAccess.Client

Oracle.ManagedDataAccess.Client

.NET Framework

See System Requirements

-

.NET (Core)

-

See System Requirements