NHibernate MySQL Mapping Set Column Type

Posted by LnDCobra on Stack Overflow See other posts from Stack Overflow or by LnDCobra
Published on 2010-04-21T10:14:36Z Indexed on 2010/04/23 8:23 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

In my MySQL database, I have the following column type.

Field        |    Type                                        |  Null |
----------------------------------
Column_priv  |  set('Select','Insert','Update','References')  |   No  |

And I cannot figure out what to map this to.

Can anyone tell me how I can map this to something?

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about c#