/// <summary> /// Create a new ToolProfilingData object. /// </summary> /// <param name="c__Id">Initial value of the C__Id property.</param> public static ToolProfilingData CreateToolProfilingData(global::System.Int32 c__Id) { ToolProfilingData toolProfilingData = new ToolProfilingData(); toolProfilingData.C__Id = c__Id; return toolProfilingData; }
/// <summary> /// Deprecated Method for adding a new object to the ToolProfilingDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToToolProfilingDatas(ToolProfilingData toolProfilingData) { base.AddObject("ToolProfilingDatas", toolProfilingData); }