Acme.Northwind.EFDAL.Entity.OrderPrimaryKey.OrderPrimaryKey C# (CSharp) 메소드

OrderPrimaryKey() 공개 메소드

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
리턴 System
		public OrderPrimaryKey(int orderID)
		{
			_orderID = orderID;
		}