//------------------------------------------------------------------------------
//
// 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;
///
/// MSsavedforeignkeyextendedproperties
///
public partial class MSsavedforeignkeyextendedproperties
{
///
/// program_name
///
public string program_name { get; set; }
///
/// constraint_name
///
public string constraint_name { get; set; }
///
/// parent_schema
///
public string parent_schema { get; set; }
///
/// property_name
///
public string property_name { get; set; }
///
/// timestamp
///
public System.DateTime timestamp { get; set; }
}
}