dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteInt8Vector Class / SQLiteInt8Vector Constructor / SQLiteInt8Vector Constructor(IEnumerable<SByte>)

On this page
    SQLiteInt8Vector Constructor(IEnumerable<SByte>)
    On this page
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal val As IEnumerable(Of SByte) _
    )
    public SQLiteInt8Vector( 
       IEnumerable<sbyte> val
    )

    Parameters

    val
    See Also