* „Linie 1552: Replaced the undeclared identifier 'WMEntityGroups' with the fully qualified enum value 'WINDREAMLib.WMEntity.WMEntityGroups', which is a member of the WINDREAMLib.WMEntity enum as per the available type information.“ in Datei „Windream\Windream.vb“
This commit is contained in:
@@ -1549,7 +1549,7 @@ Public Class Windream
|
||||
End Function
|
||||
|
||||
Public Function TestGroupExists(Groupname As String) As Boolean
|
||||
Return TestObjectExists(Groupname, WMEntityGroups)
|
||||
Return TestObjectExists(Groupname, WINDREAMLib.WMEntity.WMEntityGroups)
|
||||
End Function
|
||||
|
||||
Public Function TestIndexTypeIsVectorIndex(IndexType As Integer) As Boolean
|
||||
|
||||
Reference in New Issue
Block a user