'Declaration Public Function New( _ ByVal typeName As String, _ ByVal connection As OracleConnection, _ ByVal source As IEnumerable _ )
public OracleArray( string typeName, OracleConnection connection, IEnumerable source )
Parameters
- typeName
- Name of the object type at the Oracle server.
- connection
- An OracleConnection used to describe object type at the Oracle server. This should be the array type, not the type of objects of which the array consists.
- source
- A set of array item values.