/// <summary> /// Create a new tblZipCode object. /// </summary> /// <param name="idZipCode">Initial value of the idZipCode property.</param> /// <param name="zipCode">Initial value of the ZipCode property.</param> /// <param name="city">Initial value of the City 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 tblZipCode CreatetblZipCode(global::System.Int32 idZipCode, global::System.String zipCode, global::System.String city, global::System.String state, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin) { tblZipCode tblZipCode = new tblZipCode(); tblZipCode.idZipCode = idZipCode; tblZipCode.ZipCode = zipCode; tblZipCode.City = city; tblZipCode.State = state; tblZipCode.dateCreated = dateCreated; tblZipCode.dateModified = dateModified; tblZipCode.CreatedByLogin = createdByLogin; tblZipCode.ModifiedByLogin = modifiedByLogin; return tblZipCode; }
/// <summary> /// Deprecated Method for adding a new object to the tblZipCodes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblZipCodes(tblZipCode tblZipCode) { base.AddObject("tblZipCodes", tblZipCode); }