AbstractDataEntity.ProduceXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract int ProduceXml(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader, System::Xml::XmlWriter ^ xw, [Runtime::InteropServices::Out] bool % isEmptyData);
public abstract int ProduceXml (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, Microsoft.BizTalk.ParsingEngine.IDataReader reader, System.Xml.XmlWriter xw, out bool isEmptyData);
abstract member ProduceXml : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * Microsoft.BizTalk.ParsingEngine.IDataReader * System.Xml.XmlWriter * -> int
Public MustOverride Function ProduceXml (context As IExecutionContext, reader As IDataReader, xw As XmlWriter, ByRef isEmptyData As Boolean) As Integer
Parameters
- context
- IExecutionContext
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader
- xw
- XmlWriter
- isEmptyData
- Boolean