/// <summary> /// Método desusado para agregar un nuevo objeto al EntitySet SG_MENU_OPCIONES. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet<T> asociada. /// </summary> public void AddToSG_MENU_OPCIONES(SG_MENU_OPCIONES sG_MENU_OPCIONES) { base.AddObject("SG_MENU_OPCIONES", sG_MENU_OPCIONES); }
/// <summary> /// Crear un nuevo objeto SG_MENU_OPCIONES. /// </summary> /// <param name="iD_OPC">Valor inicial de la propiedad ID_OPC.</param> /// <param name="oPCION">Valor inicial de la propiedad OPCION.</param> /// <param name="eSTADO">Valor inicial de la propiedad ESTADO.</param> /// <param name="oRDEN">Valor inicial de la propiedad ORDEN.</param> public static SG_MENU_OPCIONES CreateSG_MENU_OPCIONES(global::System.Int16 iD_OPC, global::System.String oPCION, global::System.String eSTADO, global::System.Decimal oRDEN) { SG_MENU_OPCIONES sG_MENU_OPCIONES = new SG_MENU_OPCIONES(); sG_MENU_OPCIONES.ID_OPC = iD_OPC; sG_MENU_OPCIONES.OPCION = oPCION; sG_MENU_OPCIONES.ESTADO = eSTADO; sG_MENU_OPCIONES.ORDEN = oRDEN; return sG_MENU_OPCIONES; }