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.