/// <summary> /// Deprecated Method for adding a new object to the lotes_notas_fiscais EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTolotes_notas_fiscais(lotes_notas_fiscais lotes_notas_fiscais) { base.AddObject("lotes_notas_fiscais", lotes_notas_fiscais); }
/// <summary> /// Create a new lotes_notas_fiscais object. /// </summary> /// <param name="numeroLoteNf">Initial value of the NumeroLoteNf property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="dataIns">Initial value of the DataIns property.</param> public static lotes_notas_fiscais Createlotes_notas_fiscais(global::System.Int32 numeroLoteNf, global::System.String status, global::System.DateTime dataIns) { lotes_notas_fiscais lotes_notas_fiscais = new lotes_notas_fiscais(); lotes_notas_fiscais.NumeroLoteNf = numeroLoteNf; lotes_notas_fiscais.Status = status; lotes_notas_fiscais.DataIns = dataIns; return lotes_notas_fiscais; }