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

ShipperPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Shipper' table.
public ShipperPrimaryKey ( int shipperID ) : System
shipperID int
return System
		public ShipperPrimaryKey(int shipperID)
		{
			_shipperID = shipperID;
		}