Click or drag to resize

CDBWriteBlobBF Method

Write a blob from a file into a database.

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

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