IDataReaderFieldProperties.GetPropertyValue(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.