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

ProductPrimaryKey() 공개 메소드

The constructor for this object which takes the fields that comprise the primary key for the 'Product' table.
public ProductPrimaryKey ( int productID ) : System
productID int
리턴 System
		public ProductPrimaryKey(int productID)
		{
			_productID = productID;
		}