Click or drag to resize

OleDbSchemaGetOleDbType Method

Translates an Access parameter type (in PARAMETERS clause) into an OleDbType.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static OleDbType GetOleDbType(
	string typeName
)

Parameters

typeName  String
Access parameter type.

Return Value

OleDbType
The corresponding OleDbType
See Also