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