Skip to content

Commit 335980c

Browse files
committed
Updated wiki.
1 parent 5fe91cb commit 335980c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,12 +584,12 @@ For response to bulk execute request, each of such XML object will be further en
584584

585585
There 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*.
593593
For 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">

0 commit comments

Comments
 (0)