dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteVector<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