Acme.Northwind.EFDAL.Entity.CustomerDemographicPrimaryKey.CustomerDemographicPrimaryKey C# (CSharp) Метод

CustomerDemographicPrimaryKey() публичный Метод

The constructor for this object which takes the fields that comprise the primary key for the 'CustomerDemographic' table.
public CustomerDemographicPrimaryKey ( string customerTypeID ) : System
customerTypeID string
Результат System
		public CustomerDemographicPrimaryKey(string customerTypeID)
		{
			_customerTypeID = customerTypeID;
		}