clsDataAccess..::..writeBinaryData Method
Writes the binary data.
Namespace:
FlowWright.deDataAccessAssembly: deDataAccess (in deDataAccess.dll)
Syntax
public bool writeBinaryData( string tableName, string updateFieldName, string whereFieldName, string whereFieldValue, byte[] 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.