Menu

#4 TlmBase access to columns from extern

open
nobody
None
5
2004-05-11
2004-05-11
Anonymous
No

Hi,

TlmBase.cs

If you change accessors from internal to public here:
...
public class AL_TlmColumn : ArrayList
...
public new TlmColumn this[Int32 iIndex]
...

and add
public AL_TlmColumn Columns
{
get{ return al_TlmColumn; }
}

then you can access the colums from outside like:
table.Columns.Count or table.Columns[0]

Discussion


Log in to post a comment.

MongoDB Logo MongoDB