Méthode | Description | |
---|---|---|
VEmployeeDepartmentQuery ( ) : System |
Initializes a new instance of the VEmployeeDepartmentQuery class.
|
|
VEmployeeDepartmentQuery ( bool ignoreCase ) : System |
Initializes a new instance of the VEmployeeDepartmentQuery class.
|
|
VEmployeeDepartmentQuery ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the VEmployeeDepartmentQuery class.
|
public VEmployeeDepartmentQuery ( ) : System | ||
Résultat | System |
public VEmployeeDepartmentQuery ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
Résultat | System |
public VEmployeeDepartmentQuery ( 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. |
Résultat | System |