Share via


AdoDotNetReader.Status Property

Definition

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

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

Property Value

A numerical status code from the method currently providing data.

Applies to