Share via


AdoDotNetDataTableReader.ItemCount Property

Override. Retrieves an integer value specifying the number of data items contained in the current DataTableReader instance.

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

Syntax

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

Property Value

Type: System.Int32
Returns an integer specifying data items in the current DataTableReader instance.

.NET Framework Security

See Also

Reference

AdoDotNetDataTableReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace