コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Raws EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRaws(Raw raw)
 {
     base.AddObject("Raws", raw);
 }