OleDbDataReader.GetDataTypeName(Int32) 方法
定义
获取源数据类型的名称。Gets the name of the source data type.
public:
virtual System::String ^ GetDataTypeName(int index);
public string GetDataTypeName (int index);
override this.GetDataTypeName : int -> string
Public Function GetDataTypeName (index As Integer) As String
参数
- index
- Int32
从零开始的列序号。The zero-based column ordinal.
返回
后端数据类型的名称。The name of the back-end data type. 有关详细信息,请参阅 SQL Server 数据类型或访问数据类型。For more information, see SQL Server data types or Access data types.