Example #1
0
 private bool Insert()
 {
     _ContactID = Convert.ToInt32(DBTask.ExecuteScalar(ConfigurationSettings.AppSettings[Web.Global.CfgKeyConnString], "ContactInfo_Insert", _Title, _FirstName, _MiddleName, _LastName, _JobTitle, _Company, _Website, _OfficePhone, _HomePhone, _Mobile, _Fax, _OEmail, _PEmail, _OAStreet, _OACity, _OAState, _OACountry, _OAZipCode, _PAStreet, _PACity, _PAState, _PACountry, _PAZipCode));
     return(0 < _ContactID);
 }