Subject Re: [IBO] TIB_Column::FullFieldName
Author bhatakeyama
Jason Wharton wrote:

> 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.

So what should be returned in the cases of:
Select TBL.FIELD from TBL;
Select TBL.FIELD AS ALIAS from TBL;


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

I cannot find reference to an Origin property for TIB_Column. Am I missing
something?