Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_teste_insert EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_teste_insert(vw_teste_insert vw_teste_insert)
 {
     base.AddObject("vw_teste_insert", vw_teste_insert);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new vw_teste_insert object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="razao_social">Initial value of the razao_social property.</param>
 /// <param name="segmento">Initial value of the segmento property.</param>
 public static vw_teste_insert Createvw_teste_insert(global::System.Int64 id, global::System.String razao_social, global::System.Int64 segmento)
 {
     vw_teste_insert vw_teste_insert = new vw_teste_insert();
     vw_teste_insert.id = id;
     vw_teste_insert.razao_social = razao_social;
     vw_teste_insert.segmento = segmento;
     return vw_teste_insert;
 }