Clean up
This commit is contained in:
@@ -44,10 +44,10 @@ Public Class SearchLoader
|
||||
|
||||
For Each oRow As DataRow In oTable.Rows
|
||||
oAttributes.Add(New SearchAttribute With {
|
||||
.Id = oRow.Item("GUID"),
|
||||
.Caption = oRow.Item("CAPTION"),
|
||||
.Description = oRow.Item("DESCRIPTION"),
|
||||
.DataType = oRow.Item("DATA_TYPE")
|
||||
.Id = oRow.ItemEx("GUID", 0),
|
||||
.Caption = oRow.ItemEx("CAPTION", String.Empty),
|
||||
.Description = oRow.ItemEx("DESCRIPTION", String.Empty),
|
||||
.DataType = oRow.ItemEx("DATA_TYPE", "VARCHAR")
|
||||
})
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user