/// <summary>
 /// Deprecated Method for adding a new object to the recording_tag EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecording_tag(recording_tag recording_tag)
 {
     base.AddObject("recording_tag", recording_tag);
 }
 /// <summary>
 /// Create a new recording_tag object.
 /// </summary>
 /// <param name="recording">Initial value of the recording property.</param>
 /// <param name="tag">Initial value of the tag property.</param>
 /// <param name="count">Initial value of the count property.</param>
 public static recording_tag Createrecording_tag(global::System.Int32 recording, global::System.Int32 tag, global::System.Int32 count)
 {
     recording_tag recording_tag = new recording_tag();
     recording_tag.recording = recording;
     recording_tag.tag = tag;
     recording_tag.count = count;
     return recording_tag;
 }