Esempio n. 1
0
 /// <summary>
 /// 创建新的 TB_Stu_Reward 对象。
 /// </summary>
 /// <param name="rewardId">RewardId 属性的初始值。</param>
 /// <param name="createDate">CreateDate 属性的初始值。</param>
 /// <param name="modifyDate">ModifyDate 属性的初始值。</param>
 /// <param name="userId">UserId 属性的初始值。</param>
 public static TB_Stu_Reward CreateTB_Stu_Reward(global::System.Int32 rewardId, global::System.DateTime createDate, global::System.DateTime modifyDate, global::System.Int32 userId)
 {
     TB_Stu_Reward tB_Stu_Reward = new TB_Stu_Reward();
     tB_Stu_Reward.RewardId = rewardId;
     tB_Stu_Reward.CreateDate = createDate;
     tB_Stu_Reward.ModifyDate = modifyDate;
     tB_Stu_Reward.UserId = userId;
     return tB_Stu_Reward;
 }
Esempio n. 2
0
 /// <summary>
 /// 用于向 TB_Stu_Reward EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToTB_Stu_Reward(TB_Stu_Reward tB_Stu_Reward)
 {
     base.AddObject("TB_Stu_Reward", tB_Stu_Reward);
 }