Share via


IVsDataReader.Status Property

Definition

When implemented by a class, gets a numerical status code returned by the method currently providing data to the data reader.

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

Property Value

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

Applies to