No announcements
Found 231102 threads
-
0 Votes
Recomended replacement for enums?
I wasn't claiming that this means we don't need to add true support for Enums.Answered | 5 Replies | 6901 Views | Created by Roger Alsing - Saturday, May 30, 2009 7:28 AM | Last reply by Alex D James - MSFT - Sunday, June 7, 2009 4:40 PM -
2 Votes
Enum !
Since Enum is the base class of all Enums, it can't compare the specific subclasses since a super-class should never know about the sub-class implementations.Answered | 10 Replies | 4426 Views | Created by ellipsisware - Wednesday, April 13, 2011 6:21 PM | Last reply by James Michael Hare - Saturday, April 16, 2011 1:23 AM -
14 Votes
Enum in Sql server
I am not sure that is recomended...Answered | 7 Replies | 134931 Views | Created by bahushekh - Tuesday, July 31, 2012 4:54 AM | Last reply by Thiago Daher (LuizaLabs) - Monday, September 11, 2017 8:43 PM -
0 Votes
enum
What is Enum and how to create it?Answered | 5 Replies | 3861 Views | Created by sateesh1234 - Saturday, July 10, 2010 12:43 PM | Last reply by Sachin bhosale - Wednesday, July 14, 2010 7:35 AM -
0 Votes
Enum problem
String.Format is expecting an Object as its second argument and it converts that object to a string using the the objects .ToString method (which for an Enum element returns the ...Answered | 2 Replies | 2346 Views | Created by tix61 - Thursday, July 14, 2011 9:36 AM | Last reply by Liliane Teng - Monday, July 18, 2011 8:52 AM -
4 Votes
Enum conversion
I did come up with a workaround shortly after posting: Public Function EnuParse(ByVal expression As String, ByVal enu As [Enum]) As ...Answered | 9 Replies | 3502 Views | Created by David Streeter - Tuesday, February 23, 2010 12:56 AM | Last reply by John Anthony Oliver - Wednesday, February 24, 2010 5:48 AM -
0 Votes
Enum
Hi, you can use Flags Attibute, and use HasFlag to check: <Flags()> Public Enum Family Man = 1 Woman = 2 End Enum ...Answered | 3 Replies | 1137 Views | Created by Kostaras - Tuesday, March 11, 2014 12:04 PM | Last reply by Kareninstructor - Tuesday, March 11, 2014 1:30 PM -
2 Votes
Enum
Please get the answer why use enum?Answered | 2 Replies | 2107 Views | Created by Kumar Jalli - Wednesday, August 1, 2012 12:06 PM | Last reply by Sambath Raj.C - Wednesday, August 1, 2012 1:11 PM -
0 Votes
Enums
Hi again, Here you have a sample code: public enum Group : int { Hour=24, Day=31 ,Week=7, Month=12 ...Answered | 5 Replies | 4919 Views | Created by Anatoliy50 - Friday, May 20, 2011 8:45 AM | Last reply by JA Reyes - Friday, May 20, 2011 12:18 PM -
1 Votes
Enums
No, in the implementation of the IsValueType property there is a special logic which checks if type is an enum type and returns false if it is.Answered | 3 Replies | 3501 Views | Created by Ananth Rohit - Tuesday, February 16, 2010 11:12 AM | Last reply by SamAgain - Wednesday, February 24, 2010 6:49 AM -
0 Votes
MCP recomendations.
Hello fellow tech's, Im new to this form but I've been a tech for about 5 years i have my own company orange tech and I have never got around to getting my MPC i was wonder if anyone had ...Answered | 5 Replies | 11110 Views | Created by tehgame - Saturday, January 10, 2009 7:46 PM | Last reply by Brian_Jones - Monday, January 12, 2009 9:09 AM -
3 Votes
With nolock is recomended
Hello With(nolock) si recomendated with a database OLTP.Answered | 4 Replies | 940 Views | Created by neonash - Wednesday, November 5, 2014 3:10 PM | Last reply by neonash - Thursday, November 6, 2014 4:42 AM -
1 Votes
Enums
As I said earlier, Enums are a way to abstract numeric values into plain text values.Answered | 7 Replies | 2982 Views | Created by adilahmed - Saturday, July 26, 2008 3:20 PM | Last reply by John Anthony Oliver - Tuesday, July 29, 2008 12:31 AM -
2 Votes
enum usage Question
no one is suggesting you replace enums.Answered | 10 Replies | 3128 Views | Created by UdiKafri - Friday, December 11, 2009 4:12 PM | Last reply by Blair Allen Stark - Tuesday, December 15, 2009 4:45 AM -
0 Votes
Creating Enums from Entities
Hi, I hope this post may help.Answered | 1 Replies | 4043 Views | Created by Chankrish - Wednesday, August 5, 2009 3:06 AM | Last reply by Syed Mehroz Alam - Wednesday, August 5, 2009 5:42 AM -
0 Votes
enum - what do I need make enum work?
So enum works at the class field level or above but not below If by that you mean that you can't define an enum inside a method, that is correct.Answered | 7 Replies | 2841 Views | Created by fs - ab - Wednesday, August 19, 2009 3:46 AM | Last reply by nobugz - Wednesday, August 19, 2009 9:10 AM -
0 Votes
Associate an enum with specific situations
I would like to be able to determine which enum is associated with value of a Master enum.Answered | 3 Replies | 762 Views | Created by Ethan Strauss - Friday, June 9, 2017 8:11 PM | Last reply by Captain Kernel - Monday, June 19, 2017 8:22 PM -
1 Votes
Index recomendations
SELECT COUNT(no) FROM tab1 WHERE version='1.1.1.1' AND Rel_date BETWEEN(date_sub(NOW(), interval 1 hour) AND NOW(); ...Answered | 8 Replies | 4870 Views | Created by SNIVAS - Tuesday, November 9, 2010 1:50 PM | Last reply by Abdshall - Tuesday, November 9, 2010 2:37 PM -
1 Votes
Java Enum Verses C# Enum
No it is not like a java enum.Answered | 1 Replies | 2907 Views | Created by Borneq - Thursday, December 15, 2011 9:12 PM | Last reply by OmegaMan - Monday, December 19, 2011 3:39 PM -
0 Votes
Working with enums
Each enum type defines a distinct type; an explicit enumeration conversion (Section 6.2.2) is required to convert between an enum type and an integral type, or between two ...Answered | 2 Replies | 3511 Views | Created by Ananth Rohit - Thursday, February 18, 2010 11:13 AM | Last reply by Saravanan Muthiah - Friday, February 19, 2010 10:59 AM - Items 1 to 20 of 231102 Next ›
No announcements