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

TerritoryPrimaryKey() 공개 메소드

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
리턴 System
		public TerritoryPrimaryKey(string territoryID)
		{
			_territoryID = territoryID;
		}