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