Zooflow: Massive Clean up
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
End Function
|
||||
Private Function CreateExclusionTable() As DataTable
|
||||
Try
|
||||
Dim oMyExclusions As New DataTable
|
||||
oMyExclusions.TableName = "TBEXCLUSION"
|
||||
Dim oMyExclusions As New DataTable With {
|
||||
.TableName = "TBEXCLUSION"
|
||||
}
|
||||
|
||||
' Create two columns, ID and Name.
|
||||
oMyExclusions.Columns.Add("FILE_CONTAIN", GetType(System.String))
|
||||
|
||||
Reference in New Issue
Block a user