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