/// <summary>
 /// Deprecated Method for adding a new object to the t_Object EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_Object(t_Object t_Object)
 {
     base.AddObject("t_Object", t_Object);
 }
 /// <summary>
 /// Create a new t_Object object.
 /// </summary>
 /// <param name="objectId">Initial value of the ObjectId property.</param>
 /// <param name="object">Initial value of the Object property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 public static t_Object Createt_Object(global::System.Int32 objectId, global::System.String @object, global::System.DateTime created)
 {
     t_Object t_Object = new t_Object();
     t_Object.ObjectId = objectId;
     t_Object.Object = @object;
     t_Object.Created = created;
     return t_Object;
 }