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