Subject Re: [IBO] TIB_Column::FullFieldName
Author Jason Wharton
I may have misunderstood.
That is NOT what FullFieldName should return.
FullFieldName should probably omit the relation part of the name when there
is an alias like that.

The Origin property is what will give you what you are looking for .

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "bhatakeyama" <bhatasub5@...>
To: <ibobjects@yahoogroups.com>
Sent: Wednesday, May 01, 2002 7:42 PM
Subject: Re: [IBO] TIB_Column::FullFieldName


> mmenaz wrote:
>
> > i.e. he expects that in
> > Select Name.RecNum AS MainId from Name
> > FullFieldName property will return
> > Name.RecNum
> >
>
> Yes, that is what I think it should return. Is that not what
> Jason understood?
>
> bhata