System::Data::IDataRecord::GetName 方法
IDataRecord::GetName method
获取指定位置字段的名称。
virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | const int32_t | 获取字段名称的索引。 |
ReturnValue
指定索引处的字段名称。
另见
- Class String
- Class IDataRecord
- Namespace System::Data
- Library Aspose.Font for C++