EDMIService: WIP
This commit is contained in:
@@ -42,8 +42,8 @@ Namespace IDB
|
||||
End If
|
||||
|
||||
Return pUserAttributes.ToDictionary(
|
||||
Function(attr) attr.AttributeName,
|
||||
Function(attr) attr.AttributeValues)
|
||||
Function(attr) attr.Name,
|
||||
Function(attr) attr.Values)
|
||||
End Function
|
||||
|
||||
Public Function TestObjectIdExists(pObjectId As Long, Optional ByRef IsDeleted As Boolean = False, Optional ByRef IsActive As Boolean = False) As Boolean
|
||||
|
||||
Reference in New Issue
Block a user