| Author |
Can't access DataSet items in my Orchestration?
|
|
|
| I defined a variable in my Orch of type DataSet but intellisense does not
give me the full compliment of property nodes and when I try to mainually
put in the correct syntax:
ds.Tables.[0].Rows[intCount].ItemArray[0].ToString();
I get redline errors: cannot find symbol ''
What gives.
| |
| Alan Smith 2004-09-24, 2:48 am |
| Hi Agent,
BizTalk uses XLANG/s for writing code in exression shapes. (You have
probebly noteced strange things like the ++ operator is not supported.)
Threre's a load of other limitations that complicate things when you need to
access collecons etc. Threre's a list of some here:
http://blogs.msdn.com/scottwoo/arch.../18/216647.aspx
Maybe one dat there will be some documentation on this.
Regards,
Alan
"agent" wrote:
> I defined a variable in my Orch of type DataSet but intellisense does not
> give me the full compliment of property nodes and when I try to mainually
> put in the correct syntax:
>
> ds.Tables.[0].Rows[intCount].ItemArray[0].ToString();
> I get redline errors: cannot find symbol ''
>
>
>
> What gives.
>
>
>
| |
|
| thats great and i appreciate it but it doesnt say anything about DataSets
Can I even access the dataset
"Alan Smith" <AlanSmith@discussions.microsoft.com> wrote in message
news:7529A9EC-886A-4F2F-85E1-B6E66A85A90B@microsoft.com...
> Hi Agent,
>
> BizTalk uses XLANG/s for writing code in exression shapes. (You have
> probebly noteced strange things like the ++ operator is not supported.)
>
> Threre's a load of other limitations that complicate things when you need
to[vbcol=seagreen]
> access collecons etc. Threre's a list of some here:
>
> http://blogs.msdn.com/scottwoo/arch.../18/216647.aspx
>
> Maybe one dat there will be some documentation on this.
>
> Regards,
>
> Alan
>
>
>
> "agent" wrote:
>
not[vbcol=seagreen]
mainually[vbcol=seagreen]
|
|
|
|