IDataReaderFieldProperties Members

Include Protected Members
Include Inherited Members

Provides a means of reading field properties from result sets obtained using the IDataReader or IDataReaderExtension interfaces.

The IDataReaderFieldProperties type exposes the following members.

Methods

  Name Description
Public method GetPropertyCount(Int32) Returns the number of properties for a specified field.
Public method GetPropertyName(Int32, Int32) Returns the name of a specified property for a specified field.
Public method GetPropertyValue(Int32, Int32) Returns the name of a specified property for a specified field.

Top