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: 11.1.0.0 (11.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