Provides access to members that control the Data Convert Process.
Members
Name | Description | |
---|---|---|
Init | Initializes the process function with output table. | |
ProcessRowbuffer | Processes the row buffer. |
IDataConvertProcess.Init Method
Initializes the process function with output table.
Public Sub Init ( _
ByVal outputTable As ITable _
)
public void Init (
ITable outputTable
);
IDataConvertProcess.ProcessRowbuffer Method
Processes the row buffer.
Public Sub ProcessRowbuffer ( _
ByVal RowBuffer As IRowBuffer _
)
public void ProcessRowbuffer (
IRowBuffer RowBuffer
);
Classes that implement IDataConvertProcess
Classes | Description |
---|