SchemaIsInternalType Method (UInt16) |
Determine if a given slot is within the range of slots containing the build in/pre registered types
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsInternalType(
ushort slotNumber
)
Public Function IsInternalType (
slotNumber As UShort
) As Boolean
public:
bool IsInternalType(
unsigned short slotNumber
)
member IsInternalType :
slotNumber : uint16 -> bool
Parameters
- slotNumber
- Type: SystemUInt16
Slot number to check
Return Value
Type:
Booleantrue if slot is within the range of build in types; otherwise
falseSee Also