Method GetDataBuilder
GetDataBuilder(Int32)
Get The data builder at a specifc index.
Declaration
public IDataBuilder GetDataBuilder(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The index of the builder. |
Returns
Type | Description |
---|---|
IDataBuilder | The data builder at the specified index. |