Advanced.Data.Provider Documentation

AdpDataReader.GetDataTypeName Method 

[This is preliminary documentation and subject to change.]

Gets the data type information for the specified field.

[Visual Basic]
NotOverridable Public Function GetDataTypeName( _
   ByVal i As Integer _
) As String Implements _
   IDataRecord.GetDataTypeName
[C#]
public string GetDataTypeName(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The data type information for the specified field.

Implements

IDataRecord.GetDataTypeName

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace