OracleCollection Constructors
The OracleCollection
constructors create new instances of the OracleCollection
class with the provided data source or connection string and the collection name.
Overload List:
- OracleCollection<TKey, TRecord>(OracleDataSource, string, OracleCollectionOptions?)
This constructor instantiates a new instance of
OracleCollection
class using the provided data source and collection name. It is available to use only in a .NET Core environment. - OracleCollection<TKey, TRecord>(string, string, OracleCollectionOptions?)
This constructor creates a new instance of the
OracleCollection
class using the provided connection string and collection name.