Click or drag to resize

SchemaIsInternalType Method (VelocityDbType)

Determine if a given VelocityDbType is a build in/pre registered type

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool IsInternalType(
	VelocityDbType velocityDbType
)

Parameters

velocityDbType
Type: VelocityDb.TypeInfoVelocityDbType

Return Value

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