Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Table Schema « Database ADO.net « C# / C Sharp
C# / C Sharp
Database ADO.net
Table Schema
1.
Get all table names
2.
Get specified column data type and column name from OleDbSchemaTable
3.
Get Column data type and name from DataColumn
4.
Read schema information using the FillSchema() method of a DataAdapter object
5.
How to read a table schema
6.
Get table Schema