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

CategoryPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Category' table.
public CategoryPrimaryKey ( int categoryID ) : System
categoryID int
return System
		public CategoryPrimaryKey(int categoryID)
		{
			_categoryID = categoryID;
		}