dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class / UniArray Constructor / UniArray Constructor(UniConnection,String)
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.
Name of the object type at the database server.

In This Topic
    UniArray Constructor(UniConnection,String)
    In This Topic
    Initializes a new instance of the UniArray class of the specified element type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As UniConnection, _
       ByVal objectTypeName As String _
    )
    public UniArray( 
       UniConnection connection,
       string objectTypeName
    )

    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.
    objectTypeName
    Name of the object type at the database server.
    See Also