/// <summary> /// Create a new Instrumenty object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Instrumenty CreateInstrumenty(global::System.Int32 id) { Instrumenty instrumenty = new Instrumenty(); instrumenty.Id = id; return(instrumenty); }
/// <summary> /// Create a new Instrumenty object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Instrumenty CreateInstrumenty(global::System.Int32 id) { Instrumenty instrumenty = new Instrumenty(); instrumenty.Id = id; return instrumenty; }
/// <summary> /// Deprecated Method for adding a new object to the Instrumenty EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToInstrumenty(Instrumenty instrumenty) { base.AddObject("Instrumenty", instrumenty); }