Click or drag to resize

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
)

Parameters

slotNumber
Type: SystemUInt16
Slot number to check

Return Value

Type: Boolean
true if slot is within the range of build in types; otherwise false
See Also