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