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

CategoryPrimaryKey() public méthode

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
Résultat System
		public CategoryPrimaryKey(int categoryID)
		{
			_categoryID = categoryID;
		}