Property | Type | Description | |
---|---|---|---|
_employeeID | int | ||
_territoryID | string |
Method | Description | |
---|---|---|
EmployeeTerritoriePrimaryKey ( int employeeID, string territoryID ) : System |
The constructor for this object which takes the fields that comprise the primary key for the 'EmployeeTerritorie' table.
|
|
Equals ( object obj ) : bool |
Returns a value indicating whether the current object is equal to a specified object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for this particular type.
|
public EmployeeTerritoriePrimaryKey ( int employeeID, string territoryID ) : System | ||
employeeID | int | |
territoryID | string | |
return | System |