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