Specifies the set of criteria to use when retrieving a list of applicant education objects. Only applicants with education information that matches the specified criteria will be returned. For the best performance, create criteria that use the properties marked with the dagger (†). These properties correspond to indexed columns in the database.
Property |
Type |
Description |
---|---|---|
LastModifiedDate |
A date/time restriction specifying the date that applicant information was updated. |
|
SequenceKeyId† |
A restriction specifying the ID of the sequence for the application. |
|
ApplicantKeyId† |
A restriction specifying the ID of the applicant for the application. |
|
Degree† |
A string restriction specifying the degree for an applicant. |
|
School |
A string restriction specifying the school for an applicant. |
|
Major† |
A string restriction specifying the major course of study for an applicant. |
|
GradePointAverage† |
A string restriction specifying the grade point average for an applicant. |
|
YearGraduated |
A string restriction specifying the year the applicant graduated from school. |