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