|
|
|
const char* CToXML::GetXMLStringDataType(ULONG nCol); Return Value A XML string data like "bin.hex", "string", "dateTime", and so on. Parameter [in] nCol: The ordinal number of a rowset or dataset column. Remark Gets a XML data type in the format of string according to a rowset or dataset column, nCol. |