Click or drag to resize
CDBWriteBlobBF Method
Write a blob from a file into a database.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void WriteBlobBF(
	int i1,
	CBF oBF2
)

Parameters

i1
Type: SystemInt32
Blob (DB_SYMB_BLOB) to write into database from file
oBF2
Type: GeoEngine.Core.GXNetCBF
File to write blob into
See Also