/// <summary>
 /// Create a new vwPlantele object.
 /// </summary>
 /// <param name="activo">Initial value of the Activo property.</param>
 public static vwPlantele CreatevwPlantele(global::System.Byte activo)
 {
     vwPlantele vwPlantele = new vwPlantele();
     vwPlantele.Activo = activo;
     return vwPlantele;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwPlanteles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwPlanteles(vwPlantele vwPlantele)
 {
     base.AddObject("vwPlanteles", vwPlantele);
 }