Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.GetParam

Syntax

int GetParam(SESSION_PARAM ParamType)

Parameters

  • ParamType [in] identifies the parameter type. The valid values are:
    • SESSION_PARAM.BUFS
    • SESSION_PARAM.FILS
    • SESSION_PARAM.SECT
    • SESSION_PARAM.DBUFS
    • SESSION_PARAM.USERPROF

Description

Retrieves the session parameter based on the parameter type.

For more details, see Session Properties.

Return

GetParam() returns the session parameter value based on the parameter type.

See Also

SetParam()

TOCIndex