Subject | Re: [IBO] TIB_Column::FullFieldName |
---|---|
Author | bhatakeyama |
Post date | 2002-05-02T14:18Z |
Jason Wharton wrote:
Select TBL.FIELD from TBL;
Select TBL.FIELD AS ALIAS from TBL;
something?
> I may have misunderstood.So what should be returned in the cases of:
> That is NOT what FullFieldName should return.
> FullFieldName should probably omit the relation part of the name when there
> is an alias like that.
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?