SchemaIsInternalType Method (VelocityDbType) |
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsInternalType(
VelocityDbType velocityDbType
)
Public Function IsInternalType (
velocityDbType As VelocityDbType
) As Boolean
public:
bool IsInternalType(
VelocityDbType^ velocityDbType
)
member IsInternalType :
velocityDbType : VelocityDbType -> bool
Parameters
- velocityDbType
- Type: VelocityDb.TypeInfoVelocityDbType
Return Value
Type:
Booleantrue if slot is within the range of build in types; otherwise
falseSee Also