No doesn't work, sorry.But I'm not 100% sure it works and can not test myself right now.
<genre>|Action|Science-Fiction|Thriller|</genre>
<genre>Action</genre>
<genre>Sci-Fi</genre>
<genre>Thriller</genre>
form MovPic:
<studio>|Warner Bros. Pictures|Legendary Pictures|Syncopy</studio>
from MyVideos:
<studio>Warner Bros. Pictures / Legendary Pictures / Syncopy</studio>
Public ReadOnly Property details_=url() As String
Get
If _MovingPicturesInfos IsNot Nothing AndAlso _MovingPicturesInfos.Rows.Count > 0 Then
Return DatabaseUtility.[Get](_MovingPicturesInfos, _Index, "details_url")
Else
Return String.Empty
End If
End Get