OracleDynamicCollection Constructors
The OracleDynamicCollection constructors create new instances of the OracleDynamicCollection class with the provided data source or connection string and the collection name.
Overload List:
- OracleDynamicCollection(OracleDataSource, string, OracleCollectionOptions)
This constructor instantiates a new instance of
OracleDynamicCollectionclass using the provided data source and collection name - OracleDynamicCollection(string, string, OracleCollectionOptions)
This constructor instantiates a new instance of
OracleDynamicCollectionclass using the provided connection string and collection name.