Scripter.WriteStartBatch Method
Include Protected Members
Include Inherited Members
Starts a new batch; can be only called once and as first call.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
WriteStartBatch(XmlWriter, Boolean) | Starts a new write batch for the Scripter using the specified xml writer. | |
WriteStartBatch(XmlWriter, Boolean, Boolean) | Starts a new write batch for the Scripter. |
Top