IDataReaderFieldProperties.GetPropertyValue(Int32, Int32) Method

Definition

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

public:
 System::Object ^ GetPropertyValue(int fieldIndex, int propertyIndex);
public object GetPropertyValue (int fieldIndex, int propertyIndex);
abstract member GetPropertyValue : int * int -> obj
Public Function GetPropertyValue (fieldIndex As Integer, propertyIndex As Integer) As Object

Parameters

fieldIndex
Int32

The index of the field.

propertyIndex
Int32

The index of the property.

Returns

An object containing the value of the specified property.

Applies to