FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getTableSchema Method

returns the table schema as xml element

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public XElement getTableSchema(
	OleDbConnection oConn,
	string tableName
)
Public Function getTableSchema ( _
	oConn As OleDbConnection, _
	tableName As String _
) As XElement
public:
XElement^ getTableSchema(
	OleDbConnection^ oConn, 
	String^ tableName
)

Parameters

oConn
Type: OleDbConnection
The o connection.
tableName
Type: String
Name of the table.

Return Value

XElement.