Vertaling van "IsNull" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can check for this condition by using the IsNull function.
Sie können das Formular auf diese Bedingung hin prüfen, indem Sie die IsNull -Funktion verwenden.
Indicates whether a field is an index field. IsNull public
Gibt an, ob es sich bei einem Feld um ein Index-Feld handelt. IsNull public
You can use the IsNull function to determine if a selection has been made, as in the following example
Wie im folgenden Beispiel können Sie mit der IsNull IsNull-Funktion ermitteln, ob eine Auswahl getroffen wurde.
To determine whether the comparison evaluates to Null, use the IsNull function to check the result of the comparison.
Mithilfe der IsNull -Funktion können Sie das Ergebnis des Vergleichs überprüfen und bestimmen, ob der Vergleich Null ergibt.
To test whether a variable of a certain type is Null, you can use the generic IsNull function.
Um zu prüfen ob die Variable eines bestimmten Typs Null ist, kannst du die generische Funktion "IsNull" verwenden.
If the user has made no selection when you refer to a column in a combo box or list box, the Column property setting will be Null. You can use the IsNull function to determine if a selection has been made, as in the following example
Hat der Benutzer keine Auswahl getroffen, wenn Sie auf eine Spalte in einem Kombinationsfeld oder Listenfeld verweisen, so wird die Column Column-Eigenschaft auf Null Null festgelegt. Wie im folgenden Beispiel können Sie mit der IsNull IsNull-Funktion ermitteln, ob eine Auswahl getroffen wurde.
Use the IsNull function to determine if the return value is Null.
Mit der IsNull -Funktion bestimmen Sie, ob der Rückgabewert Null ist.
Use the IIf and IsNull functions to test whether a value is Null, and then return an appropriate value.
Verwenden Sie die Wenn - und IstNull -Funktion, um zu überprüfen, ob ein Wert NULL ist, und geben Sie dann einen geeigneten Wert zurück.
Note: The check for IsEmpty includes the check for database NULL value (IsNull) and also checks whether the incoming value consists of withespace characters.
Hinweis: Die Prüfung auf IsEmpty beinhaltet die Prüfung auf Datenbank NULL Werte (IsNull) und prüft zusätzlich ob der eingehende Wert nur aus Leerzeichen besteht!
The IsNull function tests if the value of an expression is NULL and if so, returns -1 (True), otherwise 0 (False).
Uses the IIf and IsNull functions to display an empty string if the value of the Country/region control is null; otherwise, it displays the value of the Country/region control.
Verwendet die Funktionen Wenn und IstNull , um eine leere Zeichenfolge anzuzeigen, wenn das Steuerelement Land/Region den Wert Null hat. Andernfalls wird der Wert des Steuerelements Land/Region angezeigt.
Uses the IIf and IsNull functions to display the values of the City and PostalCode controls if the value in the Region control is null; otherwise, it displays the values of the City, Region, and PostalCode fields or controls.
Verwendet die Funktionen Wenn und IstNull , um die Werte der Steuerelemente Ort und PLZ anzuzeigen, falls der Wert im Steuerelement Region den Wert Null hat. Andernfalls werden die Werte der Felder oder Steuerelemente Ort , Region und PLZ angezeigt.
IsNull public Returns True if the value is null.
IsNull public Gibt true zurück, wenn der Wert null ist.