/// <summary>
 /// Deprecated Method for adding a new object to the dtproperties EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodtproperties(dtproperty dtproperty)
 {
     base.AddObject("dtproperties", dtproperty);
 }
 /// <summary>
 /// Create a new dtproperty object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="property">Initial value of the property property.</param>
 /// <param name="version">Initial value of the version property.</param>
 public static dtproperty Createdtproperty(global::System.Int32 id, global::System.String property, global::System.Int32 version)
 {
     dtproperty dtproperty = new dtproperty();
     dtproperty.id = id;
     dtproperty.property = property;
     dtproperty.version = version;
     return dtproperty;
 }