Message 1 of 5
snoop db : Snoop selection with an array of strings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an extensible storage with an array of strings, the array is used to add some unique id’s of other element’s to an element.
I can write / read the data, but snoop db gives a list of char’s instead of one string, is this a flaw in my software, or is it a strange way of showing the data in snoop db.
Dim KabelIdList As New List(Of String)
KabelIdList.Add(“test”)
Kabel_Entity.[Set](Of IList(Of String))("Unieque_ElementId", KabelIdList)