TypeToDbType(Type, String, Collection) Method

cast .NET data type to ADO.NET DbType
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static DbType TypeToDbType(
	Type t,
	string columnName,
	Collection schemaDataTypeCollection
	)

Parameters

t
Type: Type
given .NET data type
columnName
Type: String
schemaDataTypeCollection
Type: Collection

Returns

DbType
ADO.NET DbType