FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..readBinaryData Method

Reads the binary data.

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

Syntax


public bool readBinaryData(
	string tableName,
	string getFieldName,
	string whereFieldName,
	string whereFieldValue,
	out byte[] oBinaryData
)
Public Function readBinaryData ( _
	tableName As String, _
	getFieldName As String, _
	whereFieldName As String, _
	whereFieldValue As String, _
	<OutAttribute> ByRef oBinaryData As Byte() _
) As Boolean
public:
bool^ readBinaryData(
	String^ tableName, 
	String^ getFieldName, 
	String^ whereFieldName, 
	String^ whereFieldValue, 
	[OutAttribute] array<unsigned char^>^% oBinaryData
)

Parameters

tableName
Type: String
Name of the table.
getFieldName
Type: String
Name of the get field.
whereFieldName
Type: String
Name of the where field.
whereFieldValue
Type: String
The where field value.
oBinaryData
Type: array<Byte>[]()[][]%
The o binary data.

Return Value

true if XXXX, false otherwise.