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;
		}