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

CustomerPrimaryKey() public method

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