Exemplo n.º 1
0
 /// <summary>
 /// Create a new Freq object.
 /// </summary>
 /// <param name="freqId">Initial value of the FreqId property.</param>
 /// <param name="freqName">Initial value of the FreqName property.</param>
 public static Freq CreateFreq(global::System.Int32 freqId, global::System.String freqName)
 {
     Freq freq = new Freq();
     freq.FreqId = freqId;
     freq.FreqName = freqName;
     return freq;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Freqs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFreqs(Freq freq)
 {
     base.AddObject("Freqs", freq);
 }