No announcements
Found 1207348 threads
-
0 Votes
Data type bool
Does bool type in C# take 1/2 byte or 1 byte? please tell meAnswered | 1 Replies | 1575 Views | Created by Dipanshu Asri - Wednesday, August 8, 2012 11:00 AM | Last reply by Konrad Neitzel - Wednesday, August 8, 2012 11:22 AM -
0 Votes
Is 'bool' incorrect data type in visual C#.NET?
Hi, you need to provide a type that will further encapsulate any function like this: class A { public bool CheckNumber(string ...Answered | 4 Replies | 2455 Views | Created by ida89 - Friday, August 23, 2013 7:34 AM | Last reply by Mike Danes - Saturday, August 24, 2013 8:11 AM -
0 Votes
Any way to lookup the SqlServer data type for a given C# type (such as string, bool, DateTime, etc...)
datatype for a given C# data type, such as string, DateTime, bool, etc... I know that there is a mapping on this site that I could put into a dictionary and use, but I'm ...Unanswered | 2 Replies | 3367 Views | Created by jfilho - Friday, June 13, 2008 7:03 PM | Last reply by jfilho - Friday, June 13, 2008 7:49 PM -
0 Votes
LINQ Data type mismatch
The following statement is in my stored procedure. In the LINQ designer, I am expecting that 'IsON' field to be mapped using datatype bool, but I get the data type as string ...Answered | 1 Replies | 4660 Views | Created by KDV - Wednesday, April 14, 2010 6:39 PM | Last reply by KDV - Wednesday, April 14, 2010 6:47 PM -
4 Votes
Can I use a dropdown for a bool data type instead of a checkbox?
Hello, If I have a bit data field in my database, this comes into LS as a bool property on the entity. Logically, LS uses a checkbox when showing this ...Answered | 5 Replies | 2167 Views | Created by Mr Yossu - Tuesday, January 24, 2012 7:03 PM | Last reply by ninoid - Wednesday, January 25, 2012 6:30 AM -
0 Votes
Can I pass parameters in such ways?
Hi, you second method will not work since the bool data type is a value type, when you pass it around copies of it will be made, so the ...Answered | 2 Replies | 3722 Views | Created by BobZhu - Monday, March 12, 2007 12:37 PM | Last reply by BobZhu - Tuesday, March 13, 2007 2:25 AM -
0 Votes
SSIS thinks an invalid expression is valid
"[@User::Var] == true", as both will return a bool result. Of course the data type needs to be bool as well, but that is the same for either.Unanswered | 6 Replies | 12021 Views | Created by Jamie Thomson - Wednesday, October 5, 2005 10:27 AM | Last reply by Gentry - Wednesday, October 5, 2005 11:41 PM -
0 Votes
C# and mysql bool problem!
http://usernamedenied.wordpress.com/2008/05/15/mysql-and-the-bool-data-type/ use this datatype.Answered | 1 Replies | 6337 Views | Created by BrunoZP - Saturday, November 7, 2009 4:37 PM | Last reply by yazeem - Sunday, November 8, 2009 4:26 AM -
0 Votes
Conversion of premitive data type to Nullable type
Hi, I need to convert data type of a property to Nullable type based on certain conditions checked. Below is the scenario. I have a ...Answered | 4 Replies | 3496 Views | Created by RootDev - Thursday, June 26, 2008 5:07 PM | Last reply by nobugz - Wednesday, July 2, 2008 11:01 PM -
0 Votes
Determine if checkbox is checked in silverlight datagrid.
Hi. Add a property to your data items (of type bool or bool?) which you can use to bind the check boxes IsChecked property to (use a two-way binding). ...Answered | 4 Replies | 4251 Views | Created by spark29er - Monday, March 7, 2011 5:23 PM | Last reply by G20 - Monday, March 7, 2011 8:01 PM -
0 Votes
Visual C++ basic program error
its not working @Wyck.giving an error that illegal use of data type BOOL in an expression. thnx for reply ...Answered | 13 Replies | 681 Views | Created by DkMandar - Monday, January 26, 2015 1:49 PM | Last reply by DkMandar - Monday, January 26, 2015 6:17 PM -
0 Votes
Problem with bool-parameters in Testscripts for .NET-SqlFunctions
Hi, .NET's Boolean data type (bool in C#) maps to bit in T-SQL. In T-SQL the string 'true' and 'false' will beAnswered | 1 Replies | 8209 Views | Created by Titanican - Sunday, August 17, 2008 5:52 PM | Last reply by Bob Beauchemin - Wednesday, August 20, 2008 6:44 AM -
0 Votes
Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<bool>' to 'System.DateTime?'
() that is passed an object representing a row of data and the method must return a type, which can be either a simple type or a new (anonymous) object. The result ...Proposed | 2 Replies | 1171 Views | Created by papipanne - Tuesday, August 28, 2018 6:38 AM | Last reply by RJP1973 - Tuesday, August 28, 2018 10:47 AM -
1 Votes
Connecting To Java Web Service
Hi Yampersand, I have a similar problem. I have a java webservice. I am writing C# client. When I invoke the webservice expecting a primary ...Answered | 1 Replies | 3622 Views | Created by Karuna Kumar - Thursday, October 29, 2009 6:58 PM | Last reply by Narayanan Dayalan - Monday, November 2, 2009 10:16 AM -
0 Votes
bool true, false values with SqlData
If i have a bit type in my SQLDB called IsNew....which holds 0 or 1...can i use as something like When i have a new customer i can Insert data that will enter a value of 1 in ...Answered | 2 Replies | 2788 Views | Created by Tryin2Bgood - Wednesday, August 30, 2006 8:59 PM | Last reply by VMazur - Thursday, August 31, 2006 1:15 AM -
1 Votes
what is BOOL?
BOOL is a Win32 API/SDK type, not a C++ type. Its condition may be TRUE or FALSE. (All upper case.) Windows Data Types ...Answered | 2 Replies | 3286 Views | Created by foobar101 - Saturday, December 12, 2009 8:03 PM | Last reply by foobar101 - Saturday, December 12, 2009 8:36 PM -
0 Votes
The Type NUMBER/bool is not qualified with a namespace or alias. Only primitive types can be used without qualification.
and changed the datatypes as per oracle. While saving the data to oracle database it gives the following error Ora.ssdl(160,6) : error 0040: The ...Unanswered | 1 Replies | 3369 Views | Created by Prachin Soparkar - Monday, April 20, 2015 10:49 AM | Last reply by davidbaxterbrowne - Monday, April 20, 2015 1:45 PM -
0 Votes
how to use reflection to find the data type of a class property
I have a C# class called "equipment" with several defined properties with different data types; such as int, bool, string. I use Reflection to with a variable name to ...Answered | 1 Replies | 1320 Views | Created by REvans611 - Saturday, January 25, 2014 8:32 PM | Last reply by Mike Danes - Saturday, January 25, 2014 8:38 PM -
7 Votes
Is bool a built-in type of C/C++?
, perhaps boolean types are not among the built-in data types. However, in MSDN bool is listed as a built-in ...Answered | 14 Replies | 7697 Views | Created by Bob Sun - Saturday, October 1, 2011 3:04 PM | Last reply by Bob Sun - Wednesday, October 5, 2011 6:06 PM - Items 1 to 20 of 1207348 Next ›
No announcements