Acme.Northwind.EFDAL.Entity.SupplierPrimaryKey.SupplierPrimaryKey C# (CSharp) Метод

SupplierPrimaryKey() публичный Метод

The constructor for this object which takes the fields that comprise the primary key for the 'Supplier' table.
public SupplierPrimaryKey ( int supplierID ) : System
supplierID int
Результат System
		public SupplierPrimaryKey(int supplierID)
		{
			_supplierID = supplierID;
		}