Method | Description | |
---|---|---|
VJobCandidateEmploymentQuery ( ) : System |
Initializes a new instance of the VJobCandidateEmploymentQuery class.
|
|
VJobCandidateEmploymentQuery ( bool ignoreCase ) : System |
Initializes a new instance of the VJobCandidateEmploymentQuery class.
|
|
VJobCandidateEmploymentQuery ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the VJobCandidateEmploymentQuery class.
|
public VJobCandidateEmploymentQuery ( ) : System | ||
return | System |
public VJobCandidateEmploymentQuery ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
return | System |
public VJobCandidateEmploymentQuery ( bool ignoreCase, bool useAnd ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
useAnd | bool | Specifies whether to combine statements using AND or OR. |
return | System |