MS_06022016
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
End If
|
||||
End Function
|
||||
|
||||
Public Function NotNull(ByVal value As Integer, ByVal defaultValue As Integer) As Integer
|
||||
Public Function NotNullInt(ByVal value As Integer, ByVal defaultValue As Integer) As Integer
|
||||
If IsNothing(value) OrElse IsDBNull(value) OrElse value = 0 Then
|
||||
Return defaultValue
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user