//------------------------------------------------------------------------------ // // 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 EMISOnline.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// MSsavedforeignkeys /// public partial class MSsavedforeignkeys { /// /// program_name /// public string program_name { get; set; } /// /// constraint_name /// public string constraint_name { get; set; } /// /// parent_schema /// public string parent_schema { get; set; } /// /// parent_name /// public string parent_name { get; set; } /// /// referenced_object_schema /// public string referenced_object_schema { get; set; } /// /// referenced_object_name /// public string referenced_object_name { get; set; } /// /// is_disabled /// public bool is_disabled { get; set; } /// /// is_not_for_replication /// public bool is_not_for_replication { get; set; } /// /// is_not_trusted /// public bool is_not_trusted { get; set; } /// /// delete_referential_action /// public byte delete_referential_action { get; set; } /// /// update_referential_action /// public byte update_referential_action { get; set; } /// /// timestamp /// public System.DateTime timestamp { get; set; } } }