/// <summary> /// Deprecated Method for adding a new object to the TTTV__Roles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTTTV__Roles(TTTV__Roles tTTV__Roles) { base.AddObject("TTTV__Roles", tTTV__Roles); }
/// <summary> /// Create a new TTTV__Roles object. /// </summary> /// <param name="roleId">Initial value of the RoleId property.</param> public static TTTV__Roles CreateTTTV__Roles(global::System.Int32 roleId) { TTTV__Roles tTTV__Roles = new TTTV__Roles(); tTTV__Roles.RoleId = roleId; return tTTV__Roles; }