Share via


AdoDotNetDataTableReader.Status Property

Retrieves an integer value representing the status of the data table; however, invariably returns zero.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Status As Integer
    Get
public override int Status { get; }
public:
virtual property int Status {
    int get () override;
}
abstract Status : int
override Status : int
override function get Status () : int

Property Value

Type: System.Int32
Returns an integer representing status.

Remarks

For this derived class the status is always zero, because a data table does not comprehend the concept of status.

.NET Framework Security

See Also

Reference

AdoDotNetDataTableReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace