  | DatabaseSchemaGetTableColumns Method  | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntaxpublic DataTable GetTableColumns(
	IDbConnection connection,
	string tableName
)
Public Function GetTableColumns ( 
	connection As IDbConnection,
	tableName As String
) As DataTable
Parameters
- connection
 - Type: System.DataIDbConnection
 - tableName
 - Type: SystemString
 
Return Value
Type: 
DataTable
See Also