Knight Data Access Layer
SyncTableFromEnum Method (IDataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > IDataHelper Interface : SyncTableFromEnum Method
The enum values to extract
If true, the table will be created and the values filled once.
Create/Update a table and fill with values from an enum.
Syntax
Sub SyncTableFromEnum( _
   ByVal enumType As Type, _
   ByVal oneTimeSync As Boolean _
) 
Dim instance As IDataHelper
Dim enumType As Type
Dim oneTimeSync As Boolean
 
instance.SyncTableFromEnum(enumType, oneTimeSync)
void SyncTableFromEnum( 
   Type enumType,
   bool oneTimeSync
)
void SyncTableFromEnum( 
   Type* enumType,
   bool oneTimeSync
) 
void SyncTableFromEnum( 
   Type^ enumType,
   bool oneTimeSync
) 

Parameters

enumType
The enum values to extract
oneTimeSync
If true, the table will be created and the values filled once.
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