Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Speech EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpeech(Speech speech)
 {
     base.AddObject("Speech", speech);
 }
Exemple #2
0
 /// <summary>
 /// Create a new Speech object.
 /// </summary>
 /// <param name="speechId">Initial value of the SpeechId property.</param>
 public static Speech CreateSpeech(global::System.Int32 speechId)
 {
     Speech speech = new Speech();
     speech.SpeechId = speechId;
     return speech;
 }