//------------------------------------------------------------------------------ // // 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; /// /// MSsavedforeignkeycolumns /// public partial class MSsavedforeignkeycolumns { /// /// program_name /// public string program_name { get; set; } /// /// constraint_name /// public string constraint_name { get; set; } /// /// parent_schema /// public string parent_schema { get; set; } /// /// constraint_column_id /// public int constraint_column_id { get; set; } /// /// referencing_column_name /// public string referencing_column_name { get; set; } /// /// referenced_column_name /// public string referenced_column_name { get; set; } /// /// timestamp /// public System.DateTime timestamp { get; set; } } }