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