Método System::Data::IDataRecord::GetName
IDataRecord::GetName method
Obtiene el nombre del campo en la posición especificada.
virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | const int32_t | Índice para obtener el nombre del campo. |
ReturnValue
Nombre del campo en el índice especificado.
Ver también
- Class String
- Class IDataRecord
- Namespace System::Data
- Library Aspose.Page for C++