IDataReaderFieldProperties.GetPropertyCount(Int32) Method

Definition

Returns the number of properties for a specified field.

public:
 int GetPropertyCount(int fieldIndex);
public int GetPropertyCount (int fieldIndex);
abstract member GetPropertyCount : int -> int
Public Function GetPropertyCount (fieldIndex As Integer) As Integer

Parameters

fieldIndex
Int32

The index of the field.

Returns

The property count for the specified field.

Applies to