Click or drag to resize

CDBReadBlobBF Method

Read a blob from a database into a file.

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

public void ReadBlobBF(
	int symb,
	CBF bf
)

Parameters

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