Azavea.Open.DAO.Firebird.FirebirdDaLayer.GetDateTimeType C# (CSharp) Méthode

GetDateTimeType() protected méthode

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