Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EmpresaEntity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmpresaEntity(EmpresaEntity empresaEntity)
 {
     base.AddObject("EmpresaEntity", empresaEntity);
 }
Example #2
0
 /// <summary>
 /// Create a new EmpresaEntity object.
 /// </summary>
 /// <param name="idEmpresa">Initial value of the idEmpresa property.</param>
 public static EmpresaEntity CreateEmpresaEntity(global::System.Int32 idEmpresa)
 {
     EmpresaEntity empresaEntity = new EmpresaEntity();
     empresaEntity.idEmpresa = idEmpresa;
     return empresaEntity;
 }