MIC, Fahrerdata, Formulare(VM),divers

This commit is contained in:
2022-09-30 22:19:33 +02:00
parent 89d8f5a9b2
commit 431201cdfc
32 changed files with 79314 additions and 12646 deletions

View File

@@ -369,7 +369,12 @@ Public Class SQL
End Function
Public Shared Function isNullReturnValue(o, ReturnValue) As Object
If o Is Nothing Then Return o
If o Is DBNull.Value Then Return ReturnValue
If o.ToString = "" Then Return ReturnValue
Return o
End Function
Public Shared Function isNullNothing(o) As Object
If o Is Nothing Then Return o
If o Is DBNull.Value Then Return Nothing