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