Symphony Framework
GetKeyNumber Method
Symphony.dB.SQLSupport.Interface Namespace > IToSQL Interface : GetKeyNumber Method
The key type. (1) is Alpha, (2) is Decimal, (4) is Implied Decimal and (8) is Integer.
The length of the key value.
Return the key number based on the key type and length.
Syntax
short GetKeyNumber( 
   short keyType,
   short keyLength
)

Parameters

keyType
The key type. (1) is Alpha, (2) is Decimal, (4) is Implied Decimal and (8) is Integer.
keyLength
The length of the key value.

Return Value

Returns the key number.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IToSQL Interface
IToSQL Members