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
ParameterTypeDescription
indexconst int32_tIndex to get name of field at.

ReturnValue

Feild name at specified index.

See Also