FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..GetDataTable Method (String, OrderedDictionary)

returns a data table by executing a sql statement

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

Syntax


public DataTable GetDataTable(
	string sql,
	OrderedDictionary oParms
)
Public Function GetDataTable ( _
	sql As String, _
	oParms As OrderedDictionary _
) As DataTable
public:
DataTable^ GetDataTable(
	String^ sql, 
	OrderedDictionary^ oParms
)

Parameters

sql
Type: String
sql statement
oParms
Type: OrderedDictionary
sql parameters

Return Value

DataTable.