IDataReaderFieldProperties Interface

Definition

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

public interface class IDataReaderFieldProperties
public interface IDataReaderFieldProperties
type IDataReaderFieldProperties = interface
Public Interface IDataReaderFieldProperties

Remarks

This interface should be implemented by the same class that implements IDataReader or IDataReaderExtension.

Methods

GetPropertyCount(Int32)

Returns the number of properties for a specified field.

GetPropertyName(Int32, Int32)

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

GetPropertyValue(Int32, Int32)

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

Applies to