File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -584,12 +584,12 @@ For response to bulk execute request, each of such XML object will be further en
584584
585585There are a few options can be applied in Url ** query string** to control the XML style:
586586* XmlNullValue
587- - ** true** : ** (default)** Emit all null _ (DBNull)_ value properties _ (columns)_ into XML.
588- - false: Do not emit any null _ (DBNull)_ value properties _ (columns)_ into XML.
587+ - ** true** : ** (default)** Emit all null _ (DBNull)_ value properties _ (columns)_ into XML.
588+ - false: Do not emit any null _ (DBNull)_ value properties _ (columns)_ into XML.
589589
590590* XmlAsAttribute
591- - ** false** : ** (default)** Serialize properties _ (columns)_ as XML elements.
592- - true: Serialize properties _ (columns)_ as XML attributes, null _ (DBNull)_ value will be rendered as empty string if * XmlNullValue=true* .
591+ - ** false** : ** (default)** Serialize properties _ (columns)_ as XML elements.
592+ - true: Serialize properties _ (columns)_ as XML attributes, null _ (DBNull)_ value will be rendered as empty string if * XmlNullValue=true* .
593593For above example stored procedure with * XmlAsAttribute=true* , the response becomes:
594594``` XML
595595<StoredProcedureResponse xmlns : i =" http://www.w3.org/2001/XMLSchema-instance" SerializePropertyAsAttribute =" true" EmitNullValue =" true" TypeSchema =" None" >
You can’t perform that action at this time.
0 commit comments