コード例 #1
0
 /// <summary>
 /// Create a new COUNTRY object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="nAME">Initial value of the NAME property.</param>
 public static COUNTRY CreateCOUNTRY(global::System.Guid id, global::System.String nAME)
 {
     COUNTRY cOUNTRY = new COUNTRY();
     cOUNTRY.ID = id;
     cOUNTRY.NAME = nAME;
     return cOUNTRY;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the COUNTRY EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCOUNTRY(COUNTRY cOUNTRY)
 {
     base.AddObject("COUNTRY", cOUNTRY);
 }