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

EmployeePrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Employee' table.
public EmployeePrimaryKey ( int employeeID ) : System
employeeID int
return System
		public EmployeePrimaryKey(int employeeID)
		{
			_employeeID = employeeID;
		}