Azavea.Open.DAO.SQLite.SQLiteDaLayer.GetByteArrayType C# (CSharp) Méthode

GetByteArrayType() protected méthode

Returns the SQL type used to store a byte array in the DB.
protected GetByteArrayType ( ) : string
Résultat string
        protected override string GetByteArrayType()
        {
            return "BLOB";
        }