コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the recording_rating_raw EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecording_rating_raw(recording_rating_raw recording_rating_raw)
 {
     base.AddObject("recording_rating_raw", recording_rating_raw);
 }
コード例 #2
0
 /// <summary>
 /// Create a new recording_rating_raw object.
 /// </summary>
 /// <param name="recording">Initial value of the recording property.</param>
 /// <param name="editor">Initial value of the editor property.</param>
 /// <param name="rating">Initial value of the rating property.</param>
 public static recording_rating_raw Createrecording_rating_raw(global::System.Int32 recording, global::System.Int32 editor, global::System.Int16 rating)
 {
     recording_rating_raw recording_rating_raw = new recording_rating_raw();
     recording_rating_raw.recording = recording;
     recording_rating_raw.editor = editor;
     recording_rating_raw.rating = rating;
     return recording_rating_raw;
 }