コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the InterestSubjects EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInterestSubjects(InterestSubjects interestSubjects)
 {
     base.AddObject("InterestSubjects", interestSubjects);
 }
コード例 #2
0
 /// <summary>
 /// Create a new InterestSubjects object.
 /// </summary>
 /// <param name="pK">Initial value of the PK property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static InterestSubjects CreateInterestSubjects(global::System.String pK, global::System.String name)
 {
     InterestSubjects interestSubjects = new InterestSubjects();
     interestSubjects.PK = pK;
     interestSubjects.Name = name;
     return interestSubjects;
 }