FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..writeBinaryData Method

Writes the binary data.

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

Syntax


public bool writeBinaryData(
	string tableName,
	string updateFieldName,
	string whereFieldName,
	string whereFieldValue,
	byte[] oBinaryData
)
Public Function writeBinaryData ( _
	tableName As String, _
	updateFieldName As String, _
	whereFieldName As String, _
	whereFieldValue As String, _
	oBinaryData As Byte() _
) As Boolean
public:
bool^ writeBinaryData(
	String^ tableName, 
	String^ updateFieldName, 
	String^ whereFieldName, 
	String^ whereFieldValue, 
	array<unsigned char^>^ oBinaryData
)

Parameters

tableName
Type: String
Name of the table.
updateFieldName
Type: String
Name of the update 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.