Used EF4 for a while and used this workaround: EF4 enum workaround

Exists there a better way when using the AsaClient or what is the recommended way using enums in the Sybase world?

Thanks a lot.

Of course I searched for "net c# enum" here but found nothing. Maybe I am on the wrong road?

asked 21 Jan '13, 09:49

hfrmobile's gravatar image

hfrmobile
1123
accept rate: 0%

edited 21 Jan '13, 09:50


Cast to/from a int isn't an option?

permanent link

answered 28 Jan '13, 14:03

Zote's gravatar image

Zote
1.7k364051
accept rate: 43%

Of course it is an option (like in EF4) but since I am new to iAnywhere I just asked if there is a preferred way handling enums.

(29 Jan '13, 02:48) hfrmobile
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×76
×9

question asked: 21 Jan '13, 09:49

question was seen: 2,445 times

last updated: 29 Jan '13, 03:27