コード例 #1
0
ファイル: HavikEDM.Designer.cs プロジェクト: diegohss/KIVAH
 /// <summary>
 /// Deprecated Method for adding a new object to the bc_empresa_unq EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobc_empresa_unq(bc_empresa_unq bc_empresa_unq)
 {
     base.AddObject("bc_empresa_unq", bc_empresa_unq);
 }
コード例 #2
0
ファイル: HavikEDM.Designer.cs プロジェクト: diegohss/KIVAH
 /// <summary>
 /// Create a new bc_empresa_unq 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 bc_empresa_unq Createbc_empresa_unq(global::System.Int64 id, global::System.String razao_social, global::System.Int64 segmento)
 {
     bc_empresa_unq bc_empresa_unq = new bc_empresa_unq();
     bc_empresa_unq.id = id;
     bc_empresa_unq.razao_social = razao_social;
     bc_empresa_unq.segmento = segmento;
     return bc_empresa_unq;
 }