OracleArray Constructor(OracleType)
Initializes a new instance of the
OracleArray class of the specified type.
'Declaration
Public Function New( _
ByVal As OracleType _
)
Parameters
- oraType
- An OracleType to create a new instance of the OracleArray. This should be the array type, not the type of objects of which the array consists.