FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getProperties Method

Gets data from table, field and field filter

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

Syntax


public static clsProps getProperties(
	string connectString,
	string id,
	string idName,
	string tableName,
	ref string sError,
	params string[] fieldNames
)
Public Shared Function getProperties ( _
	connectString As String, _
	id As String, _
	idName As String, _
	tableName As String, _
	ByRef sError As String, _
	ParamArray fieldNames As String() _
) As clsProps
public:
static clsProps^ getProperties(
	String^ connectString, 
	String^ id, 
	String^ idName, 
	String^ tableName, 
	String^% sError, 
	... array<String^>^ fieldNames
)

Parameters

connectString
Type: String
The connect string.
id
Type: String
id of the item
idName
Type: String
Name of the identifier.
tableName
Type: String
Name of the table.
sError
Type: String%
The s error.
fieldNames
Type: array<String>[]()[][]
List of fields names

Return Value

clsProps.