No announcements
Found 4055894 threads
-
0 Votes
Why can't I get actual object from EntityDataSourceWrapper in Dynamic Data?
User1837504520 posted Use AutoMapper 4.2.1 It is having DynamicMap which can remove the Proxy from the object.Answered | 15 Replies | 1826 Views | Created by Anonymous - Tuesday, August 21, 2012 12:06 AM | Last reply by Anonymous - Thursday, July 6, 2017 1:49 PM -
0 Votes
Why IntelliSense not work at dynamic object?
Hi Andrewc9, I think that is the purpose of the dynamic object, that it won't be resolved until runtime and it will be whatever object it ...Answered | 2 Replies | 1921 Views | Created by Andrewc9 - Monday, May 23, 2016 6:03 AM | Last reply by DPCodesalot - Monday, May 23, 2016 1:53 PM -
3 Votes
why this happen on VS2010 with Dynamic & Object Type ?
Now updated to actually work!Answered | 5 Replies | 2367 Views | Created by MBS220 - Thursday, May 17, 2012 1:28 PM | Last reply by Louis.fr - Monday, May 21, 2012 4:24 PM -
0 Votes
Getting data member values from base object into derived object
I need to extend the capabilities of the LibEmail class by deriving another class from it, which I call MyEmail in the code below.Answered | 2 Replies | 2853 Views | Created by Benevolent Deity - Sunday, December 26, 2010 10:00 AM | Last reply by Family Tree Mike - Sunday, December 26, 2010 1:18 PM -
0 Votes
How to get data and columns from linq dynamically
In programming language / object oriented programming with strongly typed data types it's not possible to act in this dynamically way.Answered | 3 Replies | 3239 Views | Created by VD Tripathi - Monday, September 2, 2013 7:12 AM | Last reply by Olaf Helper - Monday, September 2, 2013 11:16 AM -
0 Votes
Interrogating / Invoking Dynamic objects Dynamically
So, is there a way from C# to create a dynamic object (and I mean truly dynamic in the sense that one doesn't resort to the Reflection.Emit emit ...Answered | 16 Replies | 5191 Views | Created by NTDeveloper - Sunday, October 17, 2010 7:01 PM | Last reply by Louis.fr - Tuesday, October 19, 2010 10:24 AM -
0 Votes
get actual control from uitestcontrol
You can only get the "Accessible Object" of the control.Answered | 1 Replies | 4796 Views | Created by AshV88 - Monday, June 28, 2010 3:51 AM | Last reply by ThejKumar Siddhotam - Monday, June 28, 2010 4:15 AM -
0 Votes
compass.ReadingChanged can't get compass data?
HI Here is MSDN C# code: protected void Scenario2Get(object sender, RoutedEventArgs e) { if (_compass !Answered | 3 Replies | 2065 Views | Created by marry_tang - Monday, May 28, 2012 1:53 AM | Last reply by Dino He - Tuesday, May 29, 2012 2:56 AM -
0 Votes
How to compare dynamic objects array (Entity Type)?
I think David had help you to get the "Compare code" block.Answered | 3 Replies | 3649 Views | Created by Tanvir Anowar - Monday, December 9, 2013 8:43 AM | Last reply by Eason_H - Monday, December 16, 2013 2:26 AM -
3 Votes
How to get list of properties of dynamic object ?
But my goal was to get properties of dynamic object.Answered | 8 Replies | 50151 Views | Created by Oleg Subachev - Monday, August 25, 2014 12:35 PM | Last reply by Oleg Subachev - Thursday, September 18, 2014 5:30 AM -
0 Votes
How to typecast and object from a dynamically loaded assembly?
Yes, what you said about querying the Reflected object is what I did and I am now able to extract out the data, like ...Answered | 3 Replies | 3079 Views | Created by PhrankBooth - Monday, November 17, 2008 3:11 PM | Last reply by David M Morton - Monday, November 17, 2008 3:51 PM -
0 Votes
How to get the Person object data from retrieve data?
However, I still don't get the email attribute after I installed the package using NuGet console.Answered | 9 Replies | 940 Views | Created by laJasmine - Thursday, May 18, 2017 5:44 PM | Last reply by laJasmine - Wednesday, May 31, 2017 6:57 PM -
1 Votes
Get a value from a dynamically referenced Object??
If you want to get multiple layers deep, it may get a little uglier.Answered | 4 Replies | 1650 Views | Created by Bradlee S_ - Wednesday, August 3, 2011 6:09 PM | Last reply by Bradlee S_ - Friday, August 5, 2011 3:30 PM -
0 Votes
When data are actually deleted from pages.
Because I think these deallocated pages are not ready to be allocated just after the we run truncate statement, pages still contains data even after they are ...Answered | 5 Replies | 607 Views | Created by bills1988 - Thursday, August 25, 2016 12:17 PM | Last reply by Dan Guzman - Thursday, August 25, 2016 1:12 PM -
0 Votes
SSIS Dynamic Flat Files (Can't get ConnectionString property to dynamically change)
I usually have delay validation set to true when dealing with dynamic connection strings.Answered | 11 Replies | 12298 Views | Created by JohnWall - Wednesday, November 24, 2010 8:30 PM | Last reply by JohnWall - Tuesday, November 30, 2010 2:46 PM -
0 Votes
Get Data from hierarchical level object in c#
The SP API allows you to get the items in SharePoint and their children.Answered | 5 Replies | 1563 Views | Created by Bikesh srivastava - Thursday, May 12, 2016 12:24 PM | Last reply by Bikesh srivastava - Saturday, May 21, 2016 4:49 AM -
2 Votes
Why can't I create an instance of this object
I finally figured out what the problem was.Answered | 5 Replies | 1696 Views | Created by kyzur - Saturday, December 10, 2011 6:21 AM | Last reply by Bob Shen - Wednesday, December 14, 2011 5:07 AM -
0 Votes
Getting actual value from a column in SQL BD table via linq
in your query you construct anonymous object (select new { c.ClientEmail }) and then serialize it to string, that's why you get the result in such form.Answered | 2 Replies | 784 Views | Created by monster597 - Monday, September 12, 2016 10:32 AM | Last reply by Dennis Guo - Tuesday, September 13, 2016 6:36 AM -
0 Votes
Why can't I get excel to import into SQL?
You may be having a problem with Excel's selection of data type for that column.Answered | 5 Replies | 2573 Views | Created by SQL_newb - Monday, September 10, 2012 2:58 PM | Last reply by Todd McDermid - Monday, September 10, 2012 10:08 PM -
0 Votes
Why DataReader uses a reference object?
Because a DataReader object without an underlying TDS stream from SqlServer would not have any meaning.Answered | 6 Replies | 4286 Views | Created by Satya Jugran - Friday, October 8, 2010 12:35 PM | Last reply by Jesse Houwing - Tuesday, October 12, 2010 9:44 AM - Items 1 to 20 of 4055894 Next ›
No announcements