dataType

V

vb6dev2003

Hi,

From managed code, how to catch in the DOM the node dataType?
I defined my node: oNode and then, oNode.dataType.ToString() gives me
"string" for a string field in my schema, but gives: "" for a boolean!
How can you know if a node in the schema is a string or a boolean from C#
code?

Thanks

vbdev
 
Top