how can i use collectionindexint in vb.net

NorthBigFish 21 Reputation points
2020-11-27T08:11:54.343+00:00

now i want use collectionindexint in vb.nte .for i moved a store product form oracle to sql service by ssma.
the parameter of produce is user define table .by ssma ,it changed to collectionindecint.
how can i use it in vb.net

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,562 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,031 Reputation points
    2020-11-30T12:34:40.763+00:00

    Hello @18656004

    Look at Microsoft Learn Emulating Records and Collections via CLR UDT then see the following Collection or record type is not supported (Error). With that you might consider using Stored procedures to interact with the data.

    0 comments No comments