TypeToSqlType Method

SimpleEssentials

Reflection..::..TypeToSqlType Method

Namespace:  SimpleEssentials.Utils
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public static string TypeToSqlType(
	Type type
)
Public Shared Function TypeToSqlType ( _
	type As Type _
) As String
public:
static String^ TypeToSqlType(
	Type^ type
)

Parameters

type
Type: Type