Specifies the criteria to use when retrieving a list of employee address summary objects. Only employee address summary objects that match the specified criteria will be returned. For the best performance, create criteria that use only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.
Property |
Type |
Description |
---|---|---|
Scope |
Specifies the EmployeeScope enumeration value that determines the level of filtering to use when retrieveing employee data. |
|
EmployeeKeyId† |
A string restriction specifying the ID of the employee |
|
EmployeeAddressKeyId† |
A string restriction specifying the ID of the employee address information. |
|
PhoneNumber |
A string restriction specifying a telephone number. |
|
Address |
A string restriction specifying address information. |
|
City† |
A string restriction specifying the name of a city. |
|
State† |
A string restriction specifying a state. |
|
PostalCode† |
A string restriction specifying a postal code value. |