'Declaration
Public Shared Function GetPackageNames( _
ByVal As BaseSQLContext, _
ByVal As System.String _
) As System.Collections.Generic.IList(Of String)
'Usage
Dim sqlContext As BaseSQLContext
Dim parentName As System.String
Dim value As System.Collections.Generic.IList(Of String)
value = MetadataNamesFetcher.GetPackageNames(sqlContext, parentName)