/// <summary> /// Deprecated Method for adding a new object to the isrcs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToisrcs(isrc isrc) { base.AddObject("isrcs", isrc); }
/// <summary> /// Create a new isrc object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="recording">Initial value of the recording property.</param> /// <param name="isrc1">Initial value of the isrc1 property.</param> /// <param name="edits_pending">Initial value of the edits_pending property.</param> public static isrc Createisrc(global::System.Int32 id, global::System.Int32 recording, global::System.String isrc1, global::System.Int32 edits_pending) { isrc isrc = new isrc(); isrc.id = id; isrc.recording = recording; isrc.isrc1 = isrc1; isrc.edits_pending = edits_pending; return isrc; }