This is not StrataFrame...this is .NET. You can define an enum several different ways, but if you do not implicitly define the integer type, then it assumes Int32. So yes, it is generally best to use an Int32 for Enums:
Public Enum MyEnum As Integer - Implied if left off
Can someone please confirm that a smallint data type will not work with enumerations in StrataFrame?
Thanks,Bill