No announcements
Found 124488 threads
-
0 Votes
ADO enumerator AND Variable enumerator
Generally, Foreach ADO Enumerator Loops through a list of tables or rows in a table from an ADO set.Answered | 2 Replies | 8547 Views | Created by muppasuresh - Wednesday, October 27, 2010 11:31 AM | Last reply by Raymond-Lee - Thursday, October 28, 2010 11:43 AM -
0 Votes
Enumeration
What Arindam and Rachit have correctly described is not schema enumeration but rather enumerated types.Answered | 6 Replies | 911 Views | Created by thirupathimushnam - Friday, May 27, 2016 12:36 PM | Last reply by Johns-305 - Friday, May 27, 2016 3:07 PM -
0 Votes
Can / How to clone an enumeration?
Except that I didn't want to have to manually re-state each item from the 1st enumeration.Answered | 4 Replies | 3681 Views | Created by itechie - Thursday, March 12, 2009 6:18 PM | Last reply by itechie - Monday, March 16, 2009 3:53 PM -
3 Votes
How do enumerators know the enumerable was changed?
My guess is that it is the enumerator who must detect a change and it is the enumerable itself who must take care of its changes.Answered | 4 Replies | 1999 Views | Created by Mansoor Omrani - Sunday, February 26, 2012 8:45 AM | Last reply by Mansoor Omrani - Monday, February 27, 2012 4:47 PM -
0 Votes
Enumerations
I mean if i have a requirement fo using 7 memory locations and storing 7 different consecutive values in it , which is the preferred way for better ...Answered | 9 Replies | 1910 Views | Created by Shivi Gupta - Monday, November 5, 2012 8:38 AM | Last reply by Prateek_Shrivastava - Wednesday, November 7, 2012 8:12 AM -
1 Votes
Missing "Foreach File Enumerator and Foreach Item Enumerator"
SQL Server – Driver Issues Resolver Download the tool to remove discrepancy in SQL Server 2005 / 2008 like Missing foreach enumerators (File enumerator, Item ...Answered | 16 Replies | 14707 Views | Created by EJaloustre - Friday, August 4, 2006 5:47 AM | Last reply by kinhtang - Monday, October 11, 2010 9:44 PM -
2 Votes
Generics and Enumerators
Hi friend, If you are implementing a generic collection, it is not required that you have to implement Enumerator in that!Answered | 7 Replies | 3252 Views | Created by JynxRD - Monday, April 27, 2009 2:05 AM | Last reply by Ajith R Nair - Tuesday, April 28, 2009 5:47 AM -
2 Votes
Enumerations
openWith.ContainsKey("ht")) { openWith.Add("ht", "hypertrm.exe"); Console.WriteLine("Value added for key = \"ht\": ...Answered | 4 Replies | 4085 Views | Created by Pammie.M - Thursday, April 29, 2010 3:26 PM | Last reply by Vitaliy Liptchinsky - Thursday, April 29, 2010 3:37 PM -
3 Votes
Enumerate Actors
The first is that the actors is actually queryable with API ...Answered | 1 Replies | 1318 Views | Created by WilliamStacey - Wednesday, August 26, 2015 3:59 AM | Last reply by Matt Snider - Tuesday, October 11, 2016 9:43 PM -
1 Votes
Enumerators and Iterators: Why does this Enumerable not compile?
I am returning an enumerator object from the IEnumerable implementation but it is not compiling.Answered | 4 Replies | 1429 Views | Created by FasterThanGravity - Saturday, August 3, 2013 3:52 PM | Last reply by Elmar Boye - Saturday, August 3, 2013 8:35 PM -
2 Votes
Enumerating the IVsTextViews
You can enumerate the documents there, get an ITextBuffer pointer for each document and then get the views on that buffer.Answered | 6 Replies | 5101 Views | Created by Ken Cooper - Thursday, August 10, 2006 3:20 PM | Last reply by Ken Cooper - Wednesday, August 16, 2006 2:27 PM -
0 Votes
Dynamic enumerator?
Hi, I have an enumerator class in my .net application, which contains a list of hard-coded values.Answered | 1 Replies | 6406 Views | Created by Bops - Wednesday, November 25, 2009 7:10 PM | Last reply by Lie Wang - Wednesday, December 30, 2009 6:14 AM -
0 Votes
Regarding Enumerations
Hi, i declared the following enumeration public enum DayofWeek { ...Answered | 1 Replies | 329 Views | Created by drsvn - Thursday, August 20, 2015 8:56 AM | Last reply by Mike Danes - Thursday, August 20, 2015 9:14 AM -
4 Votes
Enumerate Bindings
Because the binding is part of the template, it is not considered a local value, and does not get enumerated by the local value enumerator.Answered | 9 Replies | 9463 Views | Created by Jaap Taal - Thursday, October 11, 2007 10:22 AM | Last reply by Jochen Auinger - Thursday, May 26, 2016 1:59 PM -
0 Votes
Difference between foreach ADO.Net Schema Rowset Enumerator and SMO enumerator
you can find appropriate sample of each of those enumerators in chapter 48 of MVP Deep Dive volume 2 book: Exploring different types of enumerators in the ...Answered | 2 Replies | 6586 Views | Created by Shanu_Shri - Saturday, June 23, 2012 5:04 AM | Last reply by Reza Raad - Monday, June 25, 2012 1:06 AM -
2 Votes
Same Linq, different enumerables
The first query provider for the first enumerable with a reference to the second provider to search the second enumerable.Answered | 14 Replies | 3835 Views | Created by Lucas Phillip - Sunday, May 29, 2011 4:07 AM | Last reply by Lucas Phillip - Wednesday, June 8, 2011 7:42 PM -
2 Votes
Enumerating KeyValueStoreReplica
KeyVlaueStoreReplica provides a way of enumerating all the keys or keys matching a specified prefix.Answered | 1 Replies | 534 Views | Created by Szymon Kulec 'Scooletz' - Saturday, February 18, 2017 1:04 PM | Last reply by Matt Snider - Friday, March 3, 2017 10:46 PM -
0 Votes
Enumeration casts
= TestEnum.One && en <= TestEnum.Three); return (int) ...Answered | 1 Replies | 4682 Views | Created by ControlFlow - Wednesday, June 3, 2009 1:21 PM | Last reply by Francesco Logozzo - Wednesday, June 3, 2009 6:18 PM -
0 Votes
Enumerating Installed Fonts
The .Net namespaces don't provide for font numeration, but you can enumerate the fonts with DirectWrite.Answered | 2 Replies | 3899 Views | Created by mobiletony - Monday, October 24, 2011 9:10 PM | Last reply by mobiletony - Friday, October 28, 2011 1:27 AM -
3 Votes
Reseting enumerator throws an exception
Resetting enumerators is a holdover from .NET 1 days; very few modern enumerators support it.Answered | 5 Replies | 3798 Views | Created by KevinBurton - Thursday, April 29, 2010 5:09 PM | Last reply by KevinBurton - Monday, May 3, 2010 2:03 AM - Items 1 to 20 of 124488 Next ›
No announcements