c-treeDB API for C# - Developers Guide
CTSession.SetParam
Syntax
void SetParam(SESSION_PARAM ParamType, int value)
Parameters
- ParamType [in] identifies the parameter type. The valid values are:
- SESSEION_PARAM.BUFS
- SESSEION_PARAM.FILS
- SESSEION_PARAM.SECT
- SESSEION_PARAM.DBUFS
- SESSEION_PARAM.USERPROF
- value [in] parameter value
Description
Sets the session parameter values.
For more details, see Session Properties.
Return
None.
See Also
GetParam()