コード例 #1
0
ファイル: HavikEDM.Designer.cs プロジェクト: diegohss/KIVAH
 /// <summary>
 /// Deprecated Method for adding a new object to the br_estados EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobr_estados(br_estados br_estados)
 {
     base.AddObject("br_estados", br_estados);
 }
コード例 #2
0
ファイル: HavikEDM.Designer.cs プロジェクト: diegohss/KIVAH
 /// <summary>
 /// Create a new br_estados object.
 /// </summary>
 /// <param name="uFCOD">Initial value of the UFCOD property.</param>
 public static br_estados Createbr_estados(global::System.String uFCOD)
 {
     br_estados br_estados = new br_estados();
     br_estados.UFCOD = uFCOD;
     return br_estados;
 }