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;
		}