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