Méthode | Description | |
---|---|---|
iif ( bool condition, object result1, object result2 ) : object |
Tests the specified condition and returns result1 if condition is
|
|
isnull ( object result1, object result2 ) : object |
Returns either of two specified values that is not
|
public iif ( bool condition, object result1, object result2 ) : object | ||
condition | bool | The condition to test |
result1 | object | The value to return if |
result2 | object | The value to return if |
Résultat | object |
public isnull ( object result1, object result2 ) : object | ||
result1 | object | The first value to consider. |
result2 | object | The value to return if |
Résultat | object |