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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void WriteBlobBF(
	int symb,
	CBF bf
)

Parameters

symb
Type: SystemInt32
Blob (<define>DB_SYMB_BLOB</define>) to write into database from file
bf
Type: GeoEngine.Core.GXNetXCBF
File to write blob into
See Also