Azavea.Open.DAO.OleDb.OleDbAccessDaLayer.GetDateTimeType C# (CSharp) 메소드

GetDateTimeType() 보호된 메소드

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