Ejemplo n.º 1
0
 /// <summary>
 /// Create a new SheetData object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static SheetData CreateSheetData(global::System.Int32 c__Id)
 {
     SheetData sheetData = new SheetData();
     sheetData.C__Id = c__Id;
     return sheetData;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SheetDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSheetDatas(SheetData sheetData)
 {
     base.AddObject("SheetDatas", sheetData);
 }