Example #1
0
 /// <summary>
 /// Create a new COUNTRY object.
 /// </summary>
 /// <param name="countryID">Initial value of the CountryID property.</param>
 /// <param name="countryCode">Initial value of the CountryCode property.</param>
 /// <param name="countryName">Initial value of the CountryName property.</param>
 public static COUNTRY CreateCOUNTRY(global::System.Int32 countryID, global::System.String countryCode, global::System.String countryName)
 {
     COUNTRY cOUNTRY = new COUNTRY();
     cOUNTRY.CountryID = countryID;
     cOUNTRY.CountryCode = countryCode;
     cOUNTRY.CountryName = countryName;
     return cOUNTRY;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the COUNTRies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCOUNTRies(COUNTRY cOUNTRY)
 {
     base.AddObject("COUNTRies", cOUNTRY);
 }