GetName()

IDataRecord::GetName(const int32_t) method

Gets name of field at specified position.

virtual System::String System::Data::IDataRecord::GetName(const int32_t index)=0

Arguments

ParameterTypeDescription
indexconst int32_tIndex to get name of field at.

Return Value

Feild name at specified index.

See Also