dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / RetrieveXmlInBinaryFormat Property

In This Topic
    RetrieveXmlInBinaryFormat Property
    In This Topic
    Determines whether the XML data should be retrieved in a binary format.
    Syntax
    'Declaration
     
    Public Property RetrieveXmlInBinaryFormat As Boolean
    public bool RetrieveXmlInBinaryFormat {get; set;}

    Property Value

    true, if the XML data should be retrieved in a binary format; otherwise, false.
    See Also