Acme.Northwind.EFDAL.Entity.ShipperPrimaryKey.ShipperPrimaryKey C# (CSharp) Méthode

ShipperPrimaryKey() public méthode

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
Résultat System
		public ShipperPrimaryKey(int shipperID)
		{
			_shipperID = shipperID;
		}