CTTable::GetCndxIndexLengthByName
Syntax
#ifdef PROTOTYPE
NINT ctdbDECL ctdbGetCndxIndexLengthByName(CTHANDLE Handle, pTEXT indexname)
#else
NINT ctdbDECL ctdbGetCndxIndexLengthByName(Handle, indexname)
CTHANDLE Handle;
pTEXT indexname;
#endif
Parameters
Description
Retrieves the length in bytes of the conditional expression string, given the index name.
Return
Return the length in bytes of the conditional expression or -1 on error.
See also
GetCndxIndex(), GetCndxIndexByName(), GetCndxIndexLength()