示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SubjectSubCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubjectSubCategories(SubjectSubCategory subjectSubCategory)
 {
     base.AddObject("SubjectSubCategories", subjectSubCategory);
 }
示例#2
0
 /// <summary>
 /// Create a new SubjectSubCategory object.
 /// </summary>
 /// <param name="subjId">Initial value of the SubjId property.</param>
 /// <param name="subjSubCategoryId">Initial value of the SubjSubCategoryId property.</param>
 public static SubjectSubCategory CreateSubjectSubCategory(global::System.Int32 subjId, global::System.Int32 subjSubCategoryId)
 {
     SubjectSubCategory subjectSubCategory = new SubjectSubCategory();
     subjectSubCategory.SubjId = subjId;
     subjectSubCategory.SubjSubCategoryId = subjSubCategoryId;
     return subjectSubCategory;
 }