Zooflow: WIP globix
This commit is contained in:
@@ -10,7 +10,7 @@ Public Class ClassHelpers
|
||||
|
||||
Public Function GetValueFromDatatable(pDatatable As DataTable, pFilterString As String, pCheckColumn As String, pSortString As String) As Object
|
||||
Try
|
||||
If pDatatable.Rows.Count = 0 Then
|
||||
If pDatatable Is Nothing OrElse pDatatable.Rows.Count = 0 Then
|
||||
Return Nothing
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user