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