Hi,
if my mapping file, how would I reference a C# enum type?
what about columns from another table?
Hi,
if my mapping file, how would I reference a C# enum type?
what about columns from another table?
You can directly use Int32 type in your mapping file. Or if you want to use the string representation of your enum then you use EnumStringType