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