Knight Data Access Layer
SyncTableFromEnum Method (ObjectCrud)




KellermanSoftware.NetDataAccessLayer Namespace > ObjectCrud Class : 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
Public Sub SyncTableFromEnum( _
   ByVal enumType As Type, _
   ByVal oneTimeSync As Boolean _
) 
Dim instance As ObjectCrud
Dim enumType As Type
Dim oneTimeSync As Boolean
 
instance.SyncTableFromEnum(enumType, oneTimeSync)
public void SyncTableFromEnum( 
   Type enumType,
   bool oneTimeSync
)
public: void SyncTableFromEnum( 
   Type* enumType,
   bool oneTimeSync
) 
public:
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

ObjectCrud Class
ObjectCrud Members