Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Role_Type EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRole_Type(Role_Type role_Type)
 {
     base.AddObject("Role_Type", role_Type);
 }
Пример #2
0
 /// <summary>
 /// Create a new Role_Type object.
 /// </summary>
 /// <param name="role_id">Initial value of the role_id property.</param>
 /// <param name="role_name">Initial value of the role_name property.</param>
 public static Role_Type CreateRole_Type(global::System.String role_id, global::System.String role_name)
 {
     Role_Type role_Type = new Role_Type();
     role_Type.role_id = role_id;
     role_Type.role_name = role_name;
     return role_Type;
 }