Click or drag to resize

CTBSetSearchMode Method

Set the search mode of a table.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetSearchMode(
	int mode
)

public void SetSearchMode(
	int mode
)

Parameters

mode
Type: SystemInt32
<define>TB_SEARCH</define>
Remarks
If performance is an issue, you may want to test which search mode provides the best performance with typical data.
See Also