Knight Data Access Layer
AddColumn Method (IDataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > IDataHelper Interface : AddColumn Method
The table.
The field.
Adds the column to the passed in table
Syntax
Sub AddColumn( _
   ByVal table As Table, _
   ByVal field As Field _
) 
Dim instance As IDataHelper
Dim table As Table
Dim field As Field
 
instance.AddColumn(table, field)
void AddColumn( 
   Table table,
   Field field
)
void AddColumn( 
   Table* table,
   Field* field
) 
void AddColumn( 
   Table^ table,
   Field^ field
) 

Parameters

table
The table.
field
The field.
Requirements

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

See Also

Reference

IDataHelper Interface
IDataHelper Members