Click or drag to resize

DataMember.StringToType 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: System.String
A Type encoded as a String.
session
Type: VelocityDb.Session.SessionBase
The active session
typeUpdated
Type: System.Boolean
Was a Type change detected?

Return Value

Type: Type
Decoded Type.
See Also