Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 4:21
leppie15-Apr-08 4:21 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 4:32
George_George15-Apr-08 4:32 
GeneralRe: SuppressFinalize Pin
leppie15-Apr-08 5:08
leppie15-Apr-08 5:08 
GeneralRe: SuppressFinalize Pin
George_George15-Apr-08 5:12
George_George15-Apr-08 5:12 
Generalconverssion of pdf into images Pin
Arihant rathi15-Apr-08 4:10
Arihant rathi15-Apr-08 4:10 
GeneralMaximum number of columns in .NET DataTable Pin
Elena200615-Apr-08 3:55
Elena200615-Apr-08 3:55 
GeneralRe: Maximum number of columns in .NET DataTable Pin
leppie15-Apr-08 4:26
leppie15-Apr-08 4:26 
GeneralRe: Maximum number of columns in .NET DataTable Pin
Dave Kreskowiak15-Apr-08 4:27
mveDave Kreskowiak15-Apr-08 4:27 
If you have to hit that limit, you've got bigger issues with your application...

It's System.Int32.MaxValue, or 2,147,483,647. But since you wont be able to reach that limit without generating an OutOfMemory Exception, it's limited by available memory.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Maximum number of columns in .NET DataTable Pin
ehtshamkh26-Jul-12 2:02
ehtshamkh26-Jul-12 2:02 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
QuestionRe: Maximum number of columns in .NET DataTable Pin
Shrikesh_kale9-Aug-17 22:06
Shrikesh_kale9-Aug-17 22:06 
GeneralRe: Maximum number of columns in .NET DataTable Pin
suresh Naidu.K11-Oct-12 2:29
suresh Naidu.K11-Oct-12 2:29 
GeneralCreating an install file with prerequisites such as .net framework built in Pin
Nokoff15-Apr-08 3:22
Nokoff15-Apr-08 3:22 
GeneralRe: Creating an install file with prerequisites such as .net framework built in Pin
phannon8615-Apr-08 3:33
professionalphannon8615-Apr-08 3:33 
GeneralRe: Creating an install file with prerequisites such as .net framework built in Pin
Ashish Sehajpal15-Apr-08 4:32
Ashish Sehajpal15-Apr-08 4:32 
QuestionAdd combobox inside excel cell [modified] Pin
Abdelwahab15-Apr-08 2:51
Abdelwahab15-Apr-08 2:51 
Questionstruct array in C# Pin
Programm3r15-Apr-08 2:40
Programm3r15-Apr-08 2:40 
QuestionIs this correct Pin
Programm3r15-Apr-08 3:08
Programm3r15-Apr-08 3:08 
QuestionWell, did you try it? Pin
Vikram A Punathambekar15-Apr-08 3:46
Vikram A Punathambekar15-Apr-08 3:46 
GeneralRe: Well, did you try it? Pin
Programm3r15-Apr-08 4:08
Programm3r15-Apr-08 4:08 
GeneralRe: Is this correct Pin
Luc Pattyn15-Apr-08 3:59
sitebuilderLuc Pattyn15-Apr-08 3:59 
GeneralRe: Is this correct Pin
Programm3r15-Apr-08 4:10
Programm3r15-Apr-08 4:10 
GeneralRe: Is this correct Pin
papadimitriou15-Apr-08 4:19
papadimitriou15-Apr-08 4:19 
GeneralRe: struct array in C# Pin
leppie15-Apr-08 4:23
leppie15-Apr-08 4:23 
QuestionBroadcasting Issue Pin
Shouvik Das15-Apr-08 2:31
Shouvik Das15-Apr-08 2:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.