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

In This Topic
    SQLiteBinaryVector Constructor(IEnumerable<Byte>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal val As IEnumerable(Of Byte) _
    )
    public SQLiteBinaryVector( 
       IEnumerable<byte> val
    )

    Parameters

    val
    See Also