Dim instance As DataHelper Dim table As Table Dim field As Field instance.AddColumn(table, field)
Parameters
- table
- The table.
- field
- The field.
Dim instance As DataHelper Dim table As Table Dim field As Field instance.AddColumn(table, field)
Exception | Description |
---|---|
System.ArgumentNullException | table or field |
System.ArgumentException | table.TableName cannot be null or empty;table or field.ColumnName cannot be null or empty;field |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2