/// <summary> /// Create a new Raw object. /// </summary> /// <param name="reportYear">Initial value of the ReportYear property.</param> /// <param name="tipId">Initial value of the TipId property.</param> public static Raw CreateRaw(global::System.String reportYear, global::System.String tipId) { Raw raw = new Raw(); raw.ReportYear = reportYear; raw.TipId = tipId; return raw; }
/// <summary> /// Deprecated Method for adding a new object to the Raws EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRaws(Raw raw) { base.AddObject("Raws", raw); }