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

OrderPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Order' table.
public OrderPrimaryKey ( int orderID ) : System
orderID int
return System
		public OrderPrimaryKey(int orderID)
		{
			_orderID = orderID;
		}