Helper.ConsumeDelimiter 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:
static void ConsumeDelimiter(Microsoft::Solutions::BTAHL7::Pipelines::IExecutionContext ^ context, Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity ^ node, int childDelimIndex, int thisNodeChildDelimiterIndex, Microsoft::BizTalk::ParsingEngine::IDataReader ^ reader);
public static void ConsumeDelimiter (Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext context, Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity node, int childDelimIndex, int thisNodeChildDelimiterIndex, Microsoft.BizTalk.ParsingEngine.IDataReader reader);
static member ConsumeDelimiter : Microsoft.Solutions.BTAHL7.Pipelines.IExecutionContext * Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity * int * int * Microsoft.BizTalk.ParsingEngine.IDataReader -> unit
Public Shared Sub ConsumeDelimiter (context As IExecutionContext, node As AbstractDataEntity, childDelimIndex As Integer, thisNodeChildDelimiterIndex As Integer, reader As IDataReader)
Parameters
- context
- IExecutionContext
- node
- AbstractDataEntity
- childDelimIndex
- Int32
- thisNodeChildDelimiterIndex
- Int32
- reader
- Microsoft.BizTalk.ParsingEngine.IDataReader