Share via


ApplicantEducationCriteria

Description

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.

Properties

Property

Type

Description

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date that applicant information was updated.

SequenceKeyId†

LikeRestrictionOfNullableOfInt32

A restriction specifying the ID of the sequence for the application.

ApplicantKeyId†

LikeRestrictionOfNullableOfInt32

A restriction specifying the ID of the applicant for the application.

Degree†

LikeRestrictionOfString

A string restriction specifying the degree for an applicant.

School

LikeRestrictionOfString

A string restriction specifying the school for an applicant.

Major†

LikeRestrictionOfString

A string restriction specifying the major course of study for an applicant.

GradePointAverage†

LikeRestrictionOfString

A string restriction specifying the grade point average for an applicant.

YearGraduated

LikeRestrictionOfString

A string restriction specifying the year the applicant graduated from school.

Inherits from

Criteria