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

RegionPrimaryKey() 공개 메소드

The constructor for this object which takes the fields that comprise the primary key for the 'Region' table.
public RegionPrimaryKey ( int regionID ) : System
regionID int
리턴 System
		public RegionPrimaryKey(int regionID)
		{
			_regionID = regionID;
		}