Acme.Northwind.EFDAL.Entity.CustomerPrimaryKey.CustomerPrimaryKey C# (CSharp) Méthode

CustomerPrimaryKey() public méthode

The constructor for this object which takes the fields that comprise the primary key for the 'Customer' table.
public CustomerPrimaryKey ( string customerID ) : System
customerID string
Résultat System
		public CustomerPrimaryKey(string customerID)
		{
			_customerID = customerID;
		}