IDataReaderFieldProperties.GetPropertyCount(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 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.