添加数据列
<h1>功能</h1>
<p>将数据列添加到指定的数据表中</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>列</td>
<td>[DataColumn]自定义,要附加到数据表的列集合的数据列对象。如果设置了此属性,则忽略“选项”类别下的所有属性</td>
</tr>
<tr>
<td>列名称</td>
<td>[string]自定义,新列的名称。</td>
<td>'测试列'</td>
</tr>
<tr>
<td>数据表</td>
<td>[DataTable]自定义,要添加列的数据表对象。</td>
<td>输出数据表</td>
</tr>
<tr>
<td>TypeArgument</td>
<td>有String、Integer、Double三种类型可供选择。</td>
<td>String</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>无</p>
<h1>相关函数</h1>
<p>无</p>
<h1>示例/演示</h1>
<p>构建的源数据表:
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/33c03b3fa9d930717514b5c2644169b0" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/c6650089fa00abe782423b5b37345514" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/660b460e1144056c5e2334226c0ccd90" title="[组件[添加数据列]_20210419.db">组件[添加数据列]_20210419.db</a></p>