Exemple #1
0
 /// <summary>
 /// 用于向 UserRelateTypes EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToUserRelateTypes(UserRelateType userRelateType)
 {
     base.AddObject("UserRelateTypes", userRelateType);
 }
Exemple #2
0
 /// <summary>
 /// 创建新的 UserRelateType 对象。
 /// </summary>
 /// <param name="id">ID 属性的初始值。</param>
 /// <param name="name">Name 属性的初始值。</param>
 public static UserRelateType CreateUserRelateType(global::System.Int32 id, global::System.String name)
 {
     UserRelateType userRelateType = new UserRelateType();
     userRelateType.ID = id;
     userRelateType.Name = name;
     return userRelateType;
 }