AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..BlobUpdate Method (Command, String, array<Byte>[]()[][])

BLOBs the update.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


public void BlobUpdate(
	SQL..::..Command command,
	string FieldName,
	byte[] Value
)

Parameters

command
Type: AdvantageCMS.Data..::..SQL..::..Command
The command.
FieldName
Type: String
Name of the field.
Value
Type: array<Byte>[]()[][]
The value.