示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E069GRE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE069GRE(GrupoEmpresa grupoEmpresa)
 {
     base.AddObject("E069GRE", grupoEmpresa);
 }
示例#2
0
 /// <summary>
 /// Create a new GrupoEmpresa object.
 /// </summary>
 /// <param name="cODGRE">Initial value of the CODGRE property.</param>
 /// <param name="nOMGRE">Initial value of the NOMGRE property.</param>
 /// <param name="sIGGRE">Initial value of the SIGGRE property.</param>
 public static GrupoEmpresa CreateGrupoEmpresa(global::System.Int16 cODGRE, global::System.String nOMGRE, global::System.String sIGGRE)
 {
     GrupoEmpresa grupoEmpresa = new GrupoEmpresa();
     grupoEmpresa.CODGRE = cODGRE;
     grupoEmpresa.NOMGRE = nOMGRE;
     grupoEmpresa.SIGGRE = sIGGRE;
     return grupoEmpresa;
 }