/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the SheetDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSheetDatas(SheetData sheetData) { base.AddObject("SheetDatas", sheetData); }