コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_EMPRESA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_EMPRESA(EMPRESA eMPRESA)
 {
     base.AddObject("T_EMPRESA", eMPRESA);
 }
コード例 #2
0
 /// <summary>
 /// Create a new EMPRESA object.
 /// </summary>
 /// <param name="iD_EMPRESA">Initial value of the ID_EMPRESA property.</param>
 /// <param name="cOD_EMPRESA">Initial value of the COD_EMPRESA property.</param>
 /// <param name="nOME_EMPRESA">Initial value of the NOME_EMPRESA property.</param>
 /// <param name="bOL_ATIVO">Initial value of the BOL_ATIVO property.</param>
 public static EMPRESA CreateEMPRESA(global::System.Guid iD_EMPRESA, global::System.String cOD_EMPRESA, global::System.String nOME_EMPRESA, global::System.Boolean bOL_ATIVO)
 {
     EMPRESA eMPRESA = new EMPRESA();
     eMPRESA.ID_EMPRESA = iD_EMPRESA;
     eMPRESA.COD_EMPRESA = cOD_EMPRESA;
     eMPRESA.NOME_EMPRESA = nOME_EMPRESA;
     eMPRESA.BOL_ATIVO = bOL_ATIVO;
     return eMPRESA;
 }