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