| TypeExtensionsGetTypeCode Method  | 
 [Missing <summary> documentation for "M:VelocityDb.Session.TypeExtensions.GetTypeCode(System.Type)"]
 
    Namespace: 
   VelocityDb.Session
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic static TypeCode GetTypeCode(
	this Type t
)
<ExtensionAttribute>
Public Shared Function GetTypeCode ( 
	t As Type
) As TypeCode
public:
[ExtensionAttribute]
static TypeCode GetTypeCode(
	Type^ t
)
[<ExtensionAttribute>]
static member GetTypeCode : 
        t : Type -> TypeCode 
Parameters
- t
- Type: SystemType
 [Missing <param name="t"/> documentation for "M:VelocityDb.Session.TypeExtensions.GetTypeCode(System.Type)"] 
Return Value
Type: 
TypeCode[Missing <returns> documentation for "M:VelocityDb.Session.TypeExtensions.GetTypeCode(System.Type)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also