'Declaration Public Function New( _ ByVal oraType As OracleType, _ ByVal source As IEnumerable _ )
public OracleArray( OracleType oraType, IEnumerable source )
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.
- source
- A set of array item values.