dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSparseVector<T> Class / Indexes Property

In This Topic
    Indexes Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Indexes As IEnumerable(Of Integer)
    public IEnumerable<int> Indexes {get;}
    See Also