DbDataRecord::GetDataTypeName Method (Int32)

 

Returns the name of the back-end data type.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
virtual String^ GetDataTypeName(
	int i
) abstract

Parameters

i
Type: System::Int32

The column ordinal.

Return Value

Type: System::String^

The name of the back-end data type.

.NET Framework
Available since 1.1
Return to top
Show: