dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / UniArray Constructor / UniArray Constructor(UniConnection,UniDbType)
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.
AnUniDbType to create a new instance of the UniArray.

UniArray Constructor(UniConnection,UniDbType)
Initializes a new instance of the UniArray class of the specified element type.
Syntax
'Declaration
 
Public Function New( _
   ByVal connection As UniConnection, _
   ByVal elementType As UniDbType _
)
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also