MS PRopertyValues Interfaces
This commit is contained in:
parent
11b7a196dd
commit
c74b778227
@ -83,7 +83,9 @@ Public Class PropertyValues
|
|||||||
_logger.Error(ex)
|
_logger.Error(ex)
|
||||||
oPropertyValues = New List(Of Object)
|
oPropertyValues = New List(Of Object)
|
||||||
End Try
|
End Try
|
||||||
|
If oRowCount = 0 Then '08.04.2025 MS Added as Workaround for Positions Or oGroupScope = "POSITIONS" !
|
||||||
|
oRowCount = oPropertyValues.Count
|
||||||
|
End If
|
||||||
' Flatten result value
|
' Flatten result value
|
||||||
oPropertyValues = GetFinalPropValue(oPropertyValues)
|
oPropertyValues = GetFinalPropValue(oPropertyValues)
|
||||||
|
|
||||||
@ -91,9 +93,7 @@ Public Class PropertyValues
|
|||||||
oPropertyList.Add(oProperty.Value, oPropertyValues)
|
oPropertyList.Add(oProperty.Value, oPropertyValues)
|
||||||
|
|
||||||
' check the first batch of values to determine the row count
|
' check the first batch of values to determine the row count
|
||||||
If oRowCount = 0 Or oGroupScope = "POSITIONS" Then '08.04.2025 MS Added as Workaround for Positions!
|
|
||||||
oRowCount = oPropertyValues.Count
|
|
||||||
End If
|
|
||||||
Next
|
Next
|
||||||
|
|
||||||
' Structure of oPropertyList
|
' Structure of oPropertyList
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user