DB2®Command.RetrieveXmlInBinaryFormat Property
The value that represents whether XML data is returned in a binary format.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property RetrieveXmlInBinaryFormat As Bool
[C#]
public Bool RetrieveXmlInBinaryFormat {set;}
[C++]
public: __property void set_RetrieveXmlInBinaryFormat(Bool*);
[JScript]
public function set RetrieveXmlInBinaryFormat(Bool);
Property value
The RetrieveXmlInBinaryFormat property supports the following set of values:
- True
Note: IBM Data Server Provider for
.NET supports
the binary XML data type retrieval only in a binary form. IBM Data Server Provider for
.NET does
not support parse or serialize functionality for the binary XML data
type.