ADO.Net : Get table definition from SQL server tables
        Posted  
        
            by javito
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by javito
        
        
        
        Published on 2009-01-19T12:51:55Z
        Indexed on 
            2010/03/13
            20:55 UTC
        
        
        Read the original article
        Hit count: 830
        
I am using C# to write a method that returns the following information about a table: column names, column types, column sizes, foreign keys.
Can someone point me in the right direction on how to accomplish this ?
© Stack Overflow or respective owner