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