Azavea.Open.DAO.OleDb.OleDbAccessDaLayer.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 "DATETIME";
        }