예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StateOrProvinces EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStateOrProvinces(StateOrProvince stateOrProvince)
 {
     base.AddObject("StateOrProvinces", stateOrProvince);
 }
예제 #2
0
 /// <summary>
 /// Create a new StateOrProvince object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="countryID">Initial value of the CountryID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="modified">Initial value of the Modified property.</param>
 public static StateOrProvince CreateStateOrProvince(global::System.Int32 id, global::System.Int32 countryID, global::System.String name, global::System.DateTime created, global::System.DateTime modified)
 {
     StateOrProvince stateOrProvince = new StateOrProvince();
     stateOrProvince.ID = id;
     stateOrProvince.CountryID = countryID;
     stateOrProvince.Name = name;
     stateOrProvince.Created = created;
     stateOrProvince.Modified = modified;
     return stateOrProvince;
 }