System::Data::IDataRecord::GetName method
IDataRecord::GetName method
Gets name of field at specified position.
virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0
Parameter | Type | Description |
---|---|---|
index | const int32_t | Index to get name of field at. |
ReturnValue
Feild name at specified index.
See Also
- Class String
- Class IDataRecord
- Namespace System::Data
- Library Aspose.PUB for C++