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