DataMemberTypeToString Method |
Converts a type to a string the way VelocityDB represents it internally
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic static string TypeToString(
Type type
)
Public Shared Function TypeToString (
type As Type
) As String
public:
static String^ TypeToString(
Type^ type
)
static member TypeToString :
type : Type -> string
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