Click or drag to resize

CDB.WriteBlobBF Method

Write a blob from a file into a database.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void WriteBlobBF(
	int symb,
	CBF bf
)

public void WriteBlobBF(
	int symb,
	CBF bf
)

Parameters

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