Azavea.Open.DAO.OleDb.OleDbAccessDaLayer.GetLongType C# (CSharp) Méthode

GetLongType() protected méthode

Returns the SQL type used to store a long in the DB.
protected GetLongType ( ) : string
Résultat string
        protected override string GetLongType()
        {
            return "BIGINT";
        }