hello
i building a data service
and the class i return contains enum
i found that data service does not have a natural support for enum
i found a work around for the problem here
http://weblogs.asp.net/sergeyzwezdin/archive/2009/11/29/use-of-enum-type-in-ado-net-data-services.aspx
is this the only way to do it ?
is there a natural way to do it?
thanks in advance
Shlomi