Acme.Northwind.EFDAL.Entity.CustomerCustomerDemoPrimaryKey.CustomerCustomerDemoPrimaryKey C# (CSharp) Method

CustomerCustomerDemoPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'CustomerCustomerDemo' table.
public CustomerCustomerDemoPrimaryKey ( string customerID, string customerTypeID ) : System
customerID string
customerTypeID string
return System
		public CustomerCustomerDemoPrimaryKey(string customerID, string customerTypeID)
		{
			_customerID = customerID;
			_customerTypeID = customerTypeID;
		}