//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace Tango.DAL.Remote.DB { using System; using System.Collections.Generic; public partial class RML_EXTENSION_TEST_RESULTS_FILES { public int ID { get; set; } public string GUID { get; set; } public System.DateTime LAST_UPDATED { get; set; } public string RML_EXTENSION_TEST_RESULTS_GUID { get; set; } public string FILE_NAME { get; set; } public string FILE_PATH { get; set; } public virtual RML_EXTENSION_TEST_RESULTS RML_EXTENSION_TEST_RESULTS { get; set; } } }