상속: System.Data.Objects.DataClasses.EntityObject
예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the estado_alta EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToestado_alta(estado_alta estado_alta)
 {
     base.AddObject("estado_alta", estado_alta);
 }
예제 #2
0
 /// <summary>
 /// Create a new estado_alta object.
 /// </summary>
 /// <param name="estado">Initial value of the estado property.</param>
 /// <param name="id">Initial value of the id property.</param>
 public static estado_alta Createestado_alta(global::System.String estado, global::System.Int64 id)
 {
     estado_alta estado_alta = new estado_alta();
     estado_alta.estado = estado;
     estado_alta.id = id;
     return estado_alta;
 }