/// <summary> /// Create a new Sys_Rol object. /// </summary> /// <param name="rolId">Initial value of the rolId property.</param> /// <param name="appid">Initial value of the appid property.</param> public static Sys_Rol CreateSys_Rol(global::System.String rolId, global::System.String appid) { Sys_Rol sys_Rol = new Sys_Rol(); sys_Rol.rolId = rolId; sys_Rol.appid = appid; return sys_Rol; }
/// <summary> /// Deprecated Method for adding a new object to the Sys_Rol EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSys_Rol(Sys_Rol sys_Rol) { base.AddObject("Sys_Rol", sys_Rol); }