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