Esempio n. 1
0
 /// <summary>
 /// Create a new tblCounty object.
 /// </summary>
 /// <param name="idCounty">Initial value of the idCounty property.</param>
 /// <param name="nameCounty">Initial value of the nameCounty property.</param>
 /// <param name="state">Initial value of the State property.</param>
 /// <param name="dateCreated">Initial value of the dateCreated property.</param>
 /// <param name="dateModified">Initial value of the dateModified property.</param>
 /// <param name="createdByLogin">Initial value of the CreatedByLogin property.</param>
 /// <param name="modifiedByLogin">Initial value of the ModifiedByLogin property.</param>
 public static tblCounty CreatetblCounty(global::System.Int32 idCounty, global::System.String nameCounty, global::System.String state, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin)
 {
     tblCounty tblCounty = new tblCounty();
     tblCounty.idCounty = idCounty;
     tblCounty.nameCounty = nameCounty;
     tblCounty.State = state;
     tblCounty.dateCreated = dateCreated;
     tblCounty.dateModified = dateModified;
     tblCounty.CreatedByLogin = createdByLogin;
     tblCounty.ModifiedByLogin = modifiedByLogin;
     return tblCounty;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblCounties EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblCounties(tblCounty tblCounty)
 {
     base.AddObject("tblCounties", tblCounty);
 }