SchemaIsExpandedInternalType Method |
Includes additional build in types
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsExpandedInternalType(
ushort slotNumber
)
Public Function IsExpandedInternalType (
slotNumber As UShort
) As Boolean
public:
bool IsExpandedInternalType(
unsigned short slotNumber
)
member IsExpandedInternalType :
slotNumber : uint16 -> bool
Parameters
- slotNumber
- Type: SystemUInt16
slot number of a VelocityDbType or TypeVersion
Return Value
Type:
Booleantrue if internal; otherwise false
See Also