Click or drag to resize

DataMemberStringToType Method

Used by code generator.

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static Type StringToType(
	string typeAsString,
	SessionBase session,
	out bool typeUpdated
)

Parameters

typeAsString
Type: SystemString
A Type encoded as a String.
session
Type: VelocityDb.SessionSessionBase
The active session
typeUpdated
Type: SystemBoolean
Was a Type change detected?

Return Value

Type: Type
Decoded Type.
See Also