'Declaration Public Function New( _ ByVal connection As UniConnection, _ ByVal elementType As UniDbType _ )
public UniArray( UniConnection connection, UniDbType elementType )
Parameters
- connection
- An UniConnection used to describe the array type at the database server. This should be the array type, not the type of objects of which the array consists.
- elementType
- AnUniDbType to create a new instance of the UniArray.