Azavea.Open.DAO.Firebird.FirebirdDaLayer.GetDateTimeType C# (CSharp) Method

GetDateTimeType() protected method

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