Nettiers.AdventureWorks.Entities.VSalesPersonBase.VSalesPersonBase C# (CSharp) Method

VSalesPersonBase() public method

Creates a new VSalesPersonBase instance.
public VSalesPersonBase ( ) : System
return System
		public VSalesPersonBase()
		{
		}		
		

Same methods

VSalesPersonBase::VSalesPersonBase ( System _salesPersonId, System _title, System _firstName, System _middleName, System _lastName, System _suffix, System _jobTitle, System _phone, System _emailAddress, System _emailPromotion, System _addressLine1, System _addressLine2, System _city, System _stateProvinceName, System _postalCode, System _countryRegionName, System _territoryName, System _territoryGroup, System _salesQuota, System _salesYtd, System _salesLastYear ) : System