Hasani,
> public __value enum DbTypes
> {
[quoted text clipped - 5 lines]
> Guid
> };
Try
public __value enum DbTypes
{
__identifier(String),
__identifier(Int32),
__identifier(Int64),
__identifier(Int16),
__identifier(Object),
__identifier(Guid)
};

Signature
Tomas Restrepo
tomasr@mvps.org
Hasani \(remove nospam\) - 05 Jul 2004 17:45 GMT
Thx
> Hasani,
> >
[quoted text clipped - 19 lines]
> __identifier(Guid)
> };