No announcements
Found 2709446 threads
-
1 Votes
TableAdapter Stored Procedure Strings Not Displaying as Nullable
Strings are never declared as nullable, because they are not a value type.Answered | 4 Replies | 2845 Views | Created by Clarion IT - Thursday, February 18, 2010 9:34 AM | Last reply by Clarion IT - Friday, February 19, 2010 9:19 AM -
0 Votes
How to set Nullable types for non string parameter for BCS model
I found the solution if you use BDC model simply click on any TypeDescriptor you want to be nullable Int32. and to Type Name ...Answered | 3 Replies | 10044 Views | Created by Oyshik Moitra - Saturday, May 28, 2011 7:26 PM | Last reply by enti3333 - Thursday, August 18, 2011 8:28 PM -
1 Votes
The null value cannot be assigned to a member with type System.DateTime which is a non-nullable value type.
Thanks Sir, its working now properly by setting the property "Nullable" to true in designer.Answered | 2 Replies | 2544 Views | Created by sachin arwade - Thursday, July 5, 2012 10:33 AM | Last reply by sachin arwade - Friday, July 6, 2012 4:44 AM -
0 Votes
Nullable Object (class)
Be aware objects can never be nullable.Answered | 5 Replies | 1590 Views | Created by fsze88ATmeDOTcom - Friday, October 26, 2012 4:05 AM | Last reply by Cor Ligthert - Friday, October 26, 2012 8:44 AM -
0 Votes
Entityframework connection string
I get an exception "Unable to load the specified metadata resource when I try "name=xxx" Kevin BurtonAnswered | 5 Replies | 5174 Views | Created by KevinBurton - Monday, August 8, 2011 12:22 PM | Last reply by KevinBurton - Friday, August 12, 2011 6:38 PM -
0 Votes
Deliberately orphaning records - but =The relationship could not be changed because one or more of the foreign-key properties is non-nullable
You can do this in the properties of the foreign key in SQL Managemnt Studio.Answered | 4 Replies | 2387 Views | Created by noJedi - Wednesday, August 1, 2012 5:17 AM | Last reply by noJedi - Thursday, August 2, 2012 3:42 AM -
2 Votes
Change Entity connection string at runtime
The "Database.Connection.ConnectionString" accepts a standard ADO.NET connection string wothout metadata.Answered | 4 Replies | 6185 Views | Created by dcode25 - Wednesday, March 19, 2014 12:51 AM | Last reply by ange.fr - Wednesday, March 26, 2014 4:04 PM -
2 Votes
Nullable object error.....Urgent !!!
Hi, the First() object you are returning appears to be Null, when returning nullable objects it's always a good idea to see obj.HasValue property first and ...Answered | 2 Replies | 2297 Views | Created by LINK_me_with_LINQ - Monday, September 26, 2011 10:29 AM | Last reply by Giorgi Zautashvili - Monday, September 26, 2011 6:05 PM -
0 Votes
MDX return UNIQUENAME for NON EMPTY
Use NonEmpty on rows instead of Non Empty as shown in below example.Answered | 2 Replies | 2157 Views | Created by Bud_s - Monday, May 13, 2013 1:41 PM | Last reply by Bud_s - Tuesday, May 14, 2013 6:22 AM -
0 Votes
Entityframework code first Migration
f=255&MSPPError=-2147217396 http://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/migrations-and-deployment-with-the-entityAnswered | 6 Replies | 743 Views | Created by beela - Thursday, January 7, 2016 10:15 PM | Last reply by beela - Wednesday, January 13, 2016 8:41 AM -
1 Votes
Getting the navigational property name for an entity relation.
I will make sure we also consider the best way to get the navigation property from the related end.Answered | 6 Replies | 6381 Views | Created by Dmitry Starosta - Thursday, June 18, 2009 4:45 AM | Last reply by Diego B Vega [MSFT] - Sunday, June 21, 2009 6:54 PM -
0 Votes
entity framework - set empty datasource
some ...Answered | 2 Replies | 2130 Views | Created by dcode25 - Saturday, November 26, 2011 4:38 PM | Last reply by dcode25 - Saturday, November 26, 2011 8:59 PM -
0 Votes
query a Nullable Date
>How do I query a nullable date in Linq?Answered | 1 Replies | 682 Views | Created by Arne MN - Tuesday, October 27, 2015 1:35 PM | Last reply by Fred Bao - Wednesday, October 28, 2015 1:58 AM -
0 Votes
XAML Error : Value Type Nullable as Depedency Property
Properties of Nullable types on custom types cannot be set in XAML.Answered | 2 Replies | 1844 Views | Created by Alexander Kravtsov - Tuesday, August 21, 2012 7:03 AM | Last reply by Alexander Kravtsov - Tuesday, August 21, 2012 10:50 AM -
5 Votes
Problem in Mapping Fragment - no default value and is not nullable
, removed scalar property from the other entity B that matched the one in my new entity A, and then WHAM!Answered | 9 Replies | 13233 Views | Created by Lefty123 - Wednesday, July 9, 2008 7:11 PM | Last reply by Tushar Kesare - Tuesday, May 4, 2010 11:06 AM -
0 Votes
Handling Empty Strings in SQL Bulk Insert
BULK INSERT insists on interpreting an empty field as the empty string when the target column is not nullable.Answered | 3 Replies | 3677 Views | Created by LAM3DA - Thursday, April 24, 2014 2:37 PM | Last reply by - Saturday, April 26, 2014 11:11 PM -
0 Votes
Need to convert string nullable sByte array in c#
[] getSByteArray(string str) { byte[] ba = Encoding.ASCII.GetBytes(str); sbyte?Answered | 3 Replies | 2122 Views | Created by SathiishReddy - Friday, March 14, 2014 9:57 AM | Last reply by Barry Wang - Monday, March 17, 2014 9:52 AM -
1 Votes
Navigation across entities - 'Salary' is not a member of 'Transient.collection[DBModel.EmpSalary(Nullable=True,DefaultValue=)]'
EmpSalary) when i try the below E-SQL query it throws a exception as shown below select a.EmpSalary.Salary from DBEntities.Employee as a where Employee.EmpId = 2 (--EmpSalary is ...Answered | 6 Replies | 11203 Views | Created by Sam414 - Friday, May 1, 2009 8:13 PM | Last reply by ersheido - Monday, May 2, 2011 9:15 PM -
0 Votes
Excel MDX and NON EMPTY
The basics of the Excel MDX is: SELECT NON EMPTY Hierarchize({DrilldownLevel({[Project].Answered | 2 Replies | 2733 Views | Created by dbwrangler - Friday, March 7, 2014 7:27 PM | Last reply by dbwrangler - Wednesday, March 12, 2014 4:25 PM -
0 Votes
type 'string' must be a non-nullable value type in order to use it as parameter 'T'
denotes a nullable type and can be used only with value types.Answered | 1 Replies | 5448 Views | Created by yousofosman - Sunday, January 10, 2016 8:41 AM | Last reply by Mike Danes - Sunday, January 10, 2016 9:09 AM
No announcements