Getting datatype of LCField

Hi I am fetching the data from Oracle tables using LCConnector and creating LCFieldlist object.

When I try to check the datatype of LCField Which datatype constant it returns? I mean from Oracle or of the Lotus Notes?

My syntax is as follows:

Set GridFieldlcf = m_fieldlist.GetField(j)

if (GridFieldlcf.DataType = 6)then

|

|

|

code lines

end if

Is the datatype retuirned by this property of Oracle or of Lotus Notes.

Thanks in advance

Regards

Sanjay