MS_2911
This commit is contained in:
@@ -229,6 +229,14 @@ Public Class ClassHelper
|
||||
collist.DataType = GetType(Boolean)
|
||||
End If
|
||||
Next
|
||||
Try
|
||||
Dim collist As DataColumn = tbltemp.Columns("files?")
|
||||
If Not IsNothing(collist) Then
|
||||
collist.DataType = GetType(Boolean)
|
||||
End If
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
Try
|
||||
tbltemp.Load(Primary_DT.CreateDataReader)
|
||||
Return tbltemp
|
||||
|
||||
Reference in New Issue
Block a user