DataReader.Status Property

Definition

Gets a numerical status code returned by the method currently providing data to the data reader.

public:
 abstract property int Status { int get(); };
public abstract int Status { get; }
member this.Status : int
Public MustOverride ReadOnly Property Status As Integer

Property Value

An integer value status code from the method currently providing data.

Implements

Applies to