FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..getTableColumns Method

Gets the list of table columns within a database table.

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

Syntax


public Dictionary<string, string> getTableColumns(
	string tableName
)
Public Function getTableColumns ( _
	tableName As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getTableColumns(
	String^ tableName
)

Parameters

tableName
Type: String
Name of the table.

Return Value

Dictionary<System.String, System.String>.