コード例 #1
0
ファイル: db.Designer.cs プロジェクト: ferrywlto/Rec-System
 /// <summary>
 /// Deprecated Method for adding a new object to the recsys_country EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecsys_country(recsys_country recsys_country)
 {
     base.AddObject("recsys_country", recsys_country);
 }
コード例 #2
0
ファイル: db.Designer.cs プロジェクト: ferrywlto/Rec-System
 /// <summary>
 /// Create a new recsys_country object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="active">Initial value of the active property.</param>
 /// <param name="create_by">Initial value of the create_by property.</param>
 /// <param name="create_date">Initial value of the create_date property.</param>
 public static recsys_country Createrecsys_country(global::System.Int32 id, global::System.Boolean active, global::System.String create_by, global::System.DateTime create_date)
 {
     recsys_country recsys_country = new recsys_country();
     recsys_country.id = id;
     recsys_country.active = active;
     recsys_country.create_by = create_by;
     recsys_country.create_date = create_date;
     return recsys_country;
 }