Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static Type GetSystemType(
	DbType type
)
Visual Basic
Public Shared Function GetSystemType ( 
	type As DbType
) As Type

Parameters

type
Type: System.Data..::..DbType

Return Value

Type: Type

See Also