IDataReaderFieldProperties.GetPropertyName(Int32, Int32) Method

Definition

Returns the name of a specified property for a specified field.

public:
 System::String ^ GetPropertyName(int fieldIndex, int propertyIndex);
public string GetPropertyName (int fieldIndex, int propertyIndex);
abstract member GetPropertyName : int * int -> string
Public Function GetPropertyName (fieldIndex As Integer, propertyIndex As Integer) As String

Parameters

fieldIndex
Int32

The index of the field.

propertyIndex
Int32

The index of the property.

Returns

A string containing the name of the specified property.

Applies to