GetDataTypeName

This method returns the ODP.NET type name of the specified column.

Declaration

// C#
public override string GetDataTypeName(int index);

Parameters

  • index

    The zero-based column index.

Return Value

The name of the ODP.NET type of the column.

Implements

IDataRecord

Exceptions

InvalidOperationException - The reader is closed.

IndexOutOfRangeException - The column index is invalid.