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

TerritoryPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Territory' table.
public TerritoryPrimaryKey ( string territoryID ) : System
territoryID string
return System
		public TerritoryPrimaryKey(string territoryID)
		{
			_territoryID = territoryID;
		}