No announcements
Found 3005475 threads
-
1 Votes
Custom Action for specific External Content Type List
I really need to pass the List Id.Answered | 7 Replies | 14465 Views | Created by Ryan.Millar - Thursday, August 26, 2010 10:44 AM | Last reply by Nabeel Faruqui - Wednesday, November 16, 2011 7:18 AM -
0 Votes
Undefined type reference when defining an action that returns an IEnumerable
Hello, JeremySEP, Currently Spec Explorer does not support using IEnumerable as parameters, I suggest you use Microsoft.Modeling.Set or Microsoft.Modeling.Sequence as the ...Answered | 1 Replies | 8821 Views | Created by JeremySEP - Tuesday, June 7, 2011 5:54 PM | Last reply by Xiang Li - Wednesday, June 8, 2011 6:26 AM -
4 Votes
LISTS , IEnumerables
Please don't double post your questions.Answered | 3 Replies | 1712 Views | Created by lzMnelson - Wednesday, February 22, 2012 7:33 PM | Last reply by Dummy yoyo - Monday, February 27, 2012 7:42 AM -
0 Votes
Passing an IEnumerable<string> into a workflow
I think you need to pass in IEnumerable<string> to dictionary.Answered | 7 Replies | 10921 Views | Created by Etowah_man - Saturday, March 6, 2010 3:55 PM | Last reply by Shafqat_ali - Tuesday, June 8, 2010 6:00 AM -
0 Votes
Pass IEnumerable List of Specific Type To the Post Action
User1185448985 posted It seems you want to pass the modified item which exsits in the model and new item to the controller.And did different ...Answered | 5 Replies | 627 Views | Created by Anonymous - Sunday, August 16, 2020 10:47 PM | Last reply by Anonymous - Wednesday, August 19, 2020 1:05 PM -
0 Votes
Passing "actions"
http://blogs.msdn.com/adapters/archive/2008/01/18/how-to-obtain-a-list-of-receive-actions-when-an-asdk-based-adapter-is-used-with-biztalk-in-a-receive-location.aspx has a sample ...Answered | 8 Replies | 8369 Views | Created by fly2 - Monday, April 6, 2009 4:11 AM | Last reply by Jeevitha - MSFT - Monday, April 6, 2009 12:33 PM -
2 Votes
IEnumerable<T> or List<T>?
IEnumerable<T> is an interface - you can't create an IEnumerable<T>, but rather must create some class that implements IEnumerable<T>.Answered | 4 Replies | 26222 Views | Created by c0pe - Friday, October 1, 2010 6:12 PM | Last reply by c0pe - Monday, October 4, 2010 3:06 PM -
0 Votes
Server Audit / DB specification action types
Hi Phil, You can create server audit and database audit specification using T-SQL.Answered | 2 Replies | 800 Views | Created by Philip Williams - Wednesday, May 25, 2016 1:06 PM | Last reply by Philip Williams - Wednesday, June 8, 2016 8:27 AM -
0 Votes
IEnumerable Question
List<Vector3> myVects = ... valid creation of list with objects.Answered | 2 Replies | 2718 Views | Created by budder8818 - Thursday, June 30, 2011 12:47 PM | Last reply by OmegaMan - Thursday, June 30, 2011 1:15 PM -
0 Votes
Objects - IEnumerator - IEnumerable
I am sorry, I did not see your full code as I was posting a fix to what David was suggesting.Answered | 7 Replies | 1068 Views | Created by Christose88 - Wednesday, October 12, 2016 4:39 PM | Last reply by Afzaal Ahmad Zeeshan (Shani) - Saturday, October 15, 2016 6:44 PM -
0 Votes
Unknown type being passed
How does the different types of "x" objects change what you'll do inside of the method?Answered | 2 Replies | 2271 Views | Created by MDMoura - Thursday, February 23, 2012 5:57 PM | Last reply by MDMoura - Thursday, February 23, 2012 6:30 PM -
0 Votes
IEnumerable Question
I cannot find such a type listed over at CSLA.NET at all.Answered | 15 Replies | 712 Views | Created by Helixpoint - Friday, March 4, 2016 4:39 PM | Last reply by Helixpoint - Tuesday, March 15, 2016 6:02 PM -
0 Votes
"IEnumerable<T>'requires '1' type arguments" error
Ya i used IEnumerable<AspectInstance> it well executed thanks for your helpAnswered | 4 Replies | 1838 Views | Created by Gowthammanju - Tuesday, June 5, 2012 12:32 PM | Last reply by Viral Jain - Wednesday, June 6, 2012 6:50 AM -
0 Votes
List<T> Corrupted IEnumerable<T>?
If it was IEnumerable<T> then I'd lean toward a deferred execution problem.Answered | 11 Replies | 848 Views | Created by MelbourneDeveloper - Tuesday, May 3, 2016 2:45 AM | Last reply by CoolDadTx - Wednesday, May 4, 2016 2:13 PM -
2 Votes
VB.Net - Linq Group By returns IEnumerable(Of Anonymous Type)
My question is why groupby method returns IEnumerable(Of IGrouping(Of String, Employee)) while group by clause returns another type that causing an exception?Answered | 15 Replies | 6567 Views | Created by Jerry Sun (London) - Sunday, April 10, 2016 4:23 PM | Last reply by DA924x - Thursday, April 21, 2016 10:53 PM -
0 Votes
iEnumerator
} public struct Enumerator : IEnumerator<T>, System.Collections.IEnumerator ...Answered | 3 Replies | 3441 Views | Created by as7685 - Tuesday, September 15, 2009 12:54 PM | Last reply by Jiyuan - Tuesday, September 15, 2009 2:55 PM -
0 Votes
IEnumerable, List, or ???
And, you can still use .XSD's to create Typed DataSets and avoid the TableAdapter generation too!Answered | 1 Replies | 1661 Views | Created by fiverc - Friday, March 21, 2014 5:43 PM | Last reply by BonnieB - Saturday, March 22, 2014 5:01 PM -
5 Votes
Getting the type of an IEnumerable's items using reflection
IEnumerable<T>: Classes in System.Collections.Generic implement this, as does the array type in 2.0 and above, since arrays were retrofitted with it when 2.0 was ...Answered | 3 Replies | 27569 Views | Created by DJCouchyCouch - Wednesday, March 11, 2009 10:15 PM | Last reply by VinceBullinger - Wednesday, June 23, 2010 4:44 PM -
5 Votes
how to invoke and pass parameters to IEnumerator<ITask>
> can not convert from "IEnumerator " to "Handler" >> How to do that?Answered | 4 Replies | 6181 Views | Created by Yuzhuo - Sunday, June 20, 2010 12:17 PM | Last reply by AndrewField - Thursday, June 24, 2010 6:24 PM -
0 Votes
LINQ: Joining an IEnumerable<IEnumerable<T>> into just IEnumerable<T>
IEnumerable<Type> x = ...Answered | 3 Replies | 4454 Views | Created by Arne Claassen - Friday, August 1, 2008 6:57 AM | Last reply by Arne Claassen - Saturday, August 2, 2008 2:48 AM - Items 1 to 20 of 3005475 Next ›
No announcements