 | 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
Syntaxpublic void SetSearchMode(
int mode
)
public void SetSearchMode(
int mode
)
Public Sub SetSearchMode (
mode As Integer
)
Public Sub SetSearchMode (
mode As Integer
)
public:
void SetSearchMode(
int mode
)
public:
void SetSearchMode(
int mode
)
member SetSearchMode :
mode : int -> unit
member SetSearchMode :
mode : int -> unit
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