Click or drag to resize

DataMemberTypeToString Method

Converts a type to a string the way VelocityDB represents it internally

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static string TypeToString(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:VelocityDb.TypeInfo.DataMember.TypeToString(System.Type)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VelocityDb.TypeInfo.DataMember.TypeToString(System.Type)"]

See Also