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

CustomerPrimaryKey() 공개 메소드

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
리턴 System
		public CustomerPrimaryKey(string customerID)
		{
			_customerID = customerID;
		}