| Overload | Description |
|---|---|
| OracleArray Constructor(String,OracleConnection) | Initializes a new instance of the OracleArray class of the specified type with the specified OracleConnection. |
| OracleArray Constructor(OracleType) | Initializes a new instance of the OracleArray class of the specified type. |
| OracleArray Constructor(String,OracleConnection,IEnumerable) | Initializes a new instance of the OracleArray class of the specified type with the specified OracleConnection. |
| OracleArray Constructor(OracleType,IEnumerable) | Initializes a new instance of the OracleArray class of the specified type. |