dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleVector<T> Class / Vector Property

On this page
    Vector Property
    On this page
    Syntax
    'Declaration
     
    Public ReadOnly Property Vector As IEnumerable(Of T)
    public IEnumerable<T> Vector {get;}
    See Also