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
)
Public Shared Function StringToType (
typeAsString As String,
session As SessionBase,
<OutAttribute> ByRef typeUpdated As Boolean
) As Type
public:
static Type^ StringToType(
String^ typeAsString,
SessionBase^ session,
[OutAttribute] bool% typeUpdated
)
static member StringToType :
typeAsString : string *
session : SessionBase *
typeUpdated : bool byref -> Type
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:
TypeDecoded
Type.
See Also