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

SupplierPrimaryKey() public method

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
return System
		public SupplierPrimaryKey(int supplierID)
		{
			_supplierID = supplierID;
		}