Knight Data Access Layer
AddMaintenanceFields Method (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : AddMaintenanceFields Method
The table to add the maintenance fields
Adds the maintenance fields to the passed in table if they do not exist
Syntax
Public Sub AddMaintenanceFields( _
   ByVal table As Table _
) 
Dim instance As DataHelper
Dim table As Table
 
instance.AddMaintenanceFields(table)
public void AddMaintenanceFields( 
   Table table
)
public: void AddMaintenanceFields( 
   Table* table
) 
public:
void AddMaintenanceFields( 
   Table^ table
) 

Parameters

table
The table to add the maintenance fields
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

DataHelper Class
DataHelper Members